Skip to content

Commit

Permalink
Fix github action
Browse files Browse the repository at this point in the history
  • Loading branch information
sashgorokhov committed Sep 19, 2023
1 parent 447ba97 commit fbcb59a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,4 @@ jobs:
poetry run pre-commit run -a --show-diff-on-failure
- name: Test
run: |
pytest -svvv tests/
poetry run pytest -svvv tests/

0 comments on commit fbcb59a

Please sign in to comment.