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 24b208d commit 4438781Copy full SHA for 4438781
.github/workflows/tests+pypi.yml
@@ -233,7 +233,7 @@ jobs:
233
234
- env:
235
NUMBA_OPT: 1
236
- run: python -m pytest -s -vv --durations=10 -p no:unraisableexception -We tests/devops_tests/test_notebooks.py
+ run: python -m pytest -rP -vv --durations=10 -p no:unraisableexception -We tests/devops_tests/test_notebooks.py
237
238
- if: ${{ matrix.platform == 'ubuntu-latest' && matrix.python-version == '3.11'}}
239
run: |
0 commit comments