We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0f06d7f commit aa7af19Copy full SHA for aa7af19
.github/workflows/push.yml
@@ -55,4 +55,4 @@ jobs:
55
- name: Install pytest and numpy
56
run: pip install pytest numpy
57
- name: Run pytest
58
- run: python -u -m pytest --verbose
+ run: python -u -m pytest --verbose --capture=no
0 commit comments