File tree Expand file tree Collapse file tree 2 files changed +2
-5
lines changed
Expand file tree Collapse file tree 2 files changed +2
-5
lines changed Original file line number Diff line number Diff line change @@ -352,11 +352,8 @@ jobs:
352352 source venv/bin/activate
353353 python -c "import fast;fast.downloadTestDataIfNotExists()"
354354 - name : Run tests
355- env :
356- DISPLAY : ' :1'
357355 run : |
358- #Xvfb "$DISPLAY" -screen 0 1024x768x24 &
359356 cd ${{github.workspace}}/tmp/
360357 source venv/bin/activate
361- pytest ../source/FAST/ -v
358+ xvfb-run pytest ../source/FAST/ -v
362359
Original file line number Diff line number Diff line change @@ -308,7 +308,7 @@ jobs:
308308 cd ${{github.workspace}}
309309 python -m pip install pytest numpy
310310 python -m pip install torch --index-url https://download.pytorch.org/whl/cpu
311- pytest source/FAST/ -v
311+ pytest source/FAST/ -v -k 'not test_shortcuts'
312312
313313# Seg faults for some reason:
314314# test-cpp:
You can’t perform that action at this time.
0 commit comments