Skip to content

Commit

Permalink
tmp fix
Browse files Browse the repository at this point in the history
  • Loading branch information
przemyslaw-aszkowski committed Feb 23, 2024
1 parent 7cde2f6 commit 6027967
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/python-app-ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,11 +60,11 @@ jobs:
# run one this without pytest, because pytest creates obfuscated error messages
# we need 'xvfb-run' to simulate UI - otherwise qgis crushes
xvfb-run -e /dev/stdout python3 test/test_map_processor_segmentation.py
rm /tmp/.X* # remove the Xvfb lock file, otherwise the next xvfb-run will fail
rm -rf /tmp/.X9* # remove the Xvfb lock file, otherwise the next xvfb-run will fail
# run the actual tests
xvfb-run -e /dev/stdout python3 -m pytest --cov=src/deepness/ --cov-report html test/
rm /tmp/.X* # remove the Xvfb lock file, otherwise the next xvfb-run will fail
rm -rf /tmp/.X9* # remove the Xvfb lock file, otherwise the next xvfb-run will fail
- name: 'Upload Artifact - test coverage'
uses: actions/upload-artifact@v3
with:
Expand Down

0 comments on commit 6027967

Please sign in to comment.