We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3229a95 commit 397f98aCopy full SHA for 397f98a
.github/workflows/python-package.yml
@@ -37,4 +37,4 @@ jobs:
37
flake8 . --count --exit-zero --max-complexity=10 --max-line-length=127 --statistics
38
- name: Test with pytest
39
run: |
40
- pytest tests/test_*
+ poetry run pytest tests/test_*
0 commit comments