We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cffb6db commit 7879d23Copy full SHA for 7879d23
.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
+ pytest -v
0 commit comments