We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3d2010d + b5c23f0 commit 157cfdbCopy full SHA for 157cfdb
1 file changed
.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