Skip to content

Commit

Permalink
chore: Removing --no-update
Browse files Browse the repository at this point in the history
  • Loading branch information
tazarov committed Sep 6, 2024
1 parent f791dfe commit 6e1660a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,6 @@ jobs:
- name: Run tests
run: |
set -e
poetry install --all-extras --no-update
poetry install --all-extras
poetry update --with dev
poetry run pytest

0 comments on commit 6e1660a

Please sign in to comment.