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 92f2314 commit 3b65523Copy full SHA for 3b65523
.github/workflows/python_wheel_build.yml
@@ -72,7 +72,7 @@ jobs:
72
73
- name: Run tutorials
74
run: |
75
- pytest -vv -s -rF --show-capture=all test/wheels
+ pytest --vv --verbosity="4" -rF test/wheels
76
77
create-and-upload-wheel-registry:
78
if: github.event_name != 'pull_request' # The secrets are not available in PR
0 commit comments