File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 5252 verbose : true
5353
5454 warnings :
55- runs-on : ubuntu-latest
5655 continue-on-error : true
5756 timeout-minutes : 30
5857 steps :
7069 python -m pip list
7170 - name : Test with pytest
7271 run : |
73- pytest -W error
72+ pytest -W default
7473
7574 tutorial_tests :
7675 runs-on : ubuntu-latest
9392
9493 tutorial_warnings_tests :
9594 runs-on : ubuntu-latest
96- continue-on-error : true
9795 steps :
9896 - uses : actions/checkout@v4
9997 - name : Set up Python
@@ -109,7 +107,7 @@ jobs:
109107 python -m pip list
110108 - name : Test with pytest
111109 run : |
112- PYTHONPATH=$PYTHONPATH:$GITHUB_WORKSPACE python -m pytest -W error --nbmake -n=auto --nbmake-timeout=900 "./tutorials"
110+ PYTHONPATH=$PYTHONPATH:$GITHUB_WORKSPACE python -m pytest -W default --nbmake -n=auto --nbmake-timeout=900 "./tutorials"
113111
114112 docs_check :
115113 needs : build
You can’t perform that action at this time.
0 commit comments