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 435ad50 commit e4a1635
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 @@ -28,7 +28,7 @@ jobs:
- run: poetry install
- name: Run pre-commit
run: |
poetry run pre-commit run -a --show-diff-on-failure --files
poetry run pre-commit run -a --show-diff-on-failure
- name: Test
run: |
pytest -svvv tests/

0 comments on commit e4a1635

Please sign in to comment.