Skip to content

Commit 4438781

Browse files
authored
change pytest flag
1 parent 24b208d commit 4438781

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests+pypi.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -233,7 +233,7 @@ jobs:
233233

234234
- env:
235235
NUMBA_OPT: 1
236-
run: python -m pytest -s -vv --durations=10 -p no:unraisableexception -We tests/devops_tests/test_notebooks.py
236+
run: python -m pytest -rP -vv --durations=10 -p no:unraisableexception -We tests/devops_tests/test_notebooks.py
237237

238238
- if: ${{ matrix.platform == 'ubuntu-latest' && matrix.python-version == '3.11'}}
239239
run: |

0 commit comments

Comments
 (0)