Skip to content

Commit

Permalink
attempt to fix Wx display issue on Linux
Browse files Browse the repository at this point in the history
  • Loading branch information
giumas committed May 4, 2024
1 parent acdafd4 commit dd31ea2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/bagexplorer_on_linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,8 @@ jobs:
- name: Test with pytest
run: |
pip install coveralls PyYAML pytest pytest-cov
Xvfb &
export DISPLAY=:0
py.test --cov
coverage report -m
coveralls
Expand Down

0 comments on commit dd31ea2

Please sign in to comment.