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 6fb00bc commit c12305cCopy full SHA for c12305c
.github/workflows/python-app.yml
@@ -33,4 +33,4 @@ jobs:
33
flake8 . --count --exit-zero --max-complexity=10 --max-line-length=127 --statistics
34
- name: Test with pytest
35
run: |
36
- pytest
+ python -m pytest
0 commit comments