Skip to content

Commit

Permalink
ci: remove --no-update execution from poetry setup in ci and docs act…
Browse files Browse the repository at this point in the history
…ion (#131)
  • Loading branch information
krishnanand5 authored Jan 15, 2025
1 parent d8a695e commit 17c4bc1
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,6 @@ jobs:
- name: Install dependencies
if: steps.cached-poetry-dependencies.outputs.cache-hit != 'true'
run: |
poetry lock --no-update
poetry install
python -m pip install pytest-github-actions-annotate-failures
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@ jobs:
- name: Install dependencies
if: steps.cached-poetry-dependencies.outputs.cache-hit != 'true'
run: |
poetry lock --no-update
poetry install
- name: Set up Quarto
Expand Down

0 comments on commit 17c4bc1

Please sign in to comment.