Skip to content

Commit

Permalink
json-schema: fix poetry run
Browse files Browse the repository at this point in the history
  • Loading branch information
balinthaller committed Mar 8, 2021
1 parent a7af150 commit 5bdd944
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pull_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,4 @@ jobs:
run: poetry install --no-interaction
- name: Run python unit tests
run: |
poetry run -bb -m pytest tests
poetry run python -bb -m pytest tests

0 comments on commit 5bdd944

Please sign in to comment.