Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
andreasgriffin committed May 16, 2024
1 parent 22c6bf2 commit d29e333
Show file tree
Hide file tree
Showing 4 changed files with 80 additions and 77 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/python-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,8 @@ jobs:
- name: Install system dependencies
run: |
sudo apt-get update
sudo apt-get install -y xvfb libegl1-mesa
sudo apt-get install -y xvfb libegl1-mesa libxkbcommon-x11-0
- name: Install Python dependencies
run: |
Expand All @@ -35,4 +36,4 @@ jobs:
- name: Run tests
run: |
poetry run pytest -vvv --log-cli-level=DEBUG --setup-show --maxfail=1
xvfb-run -a poetry run pytest -vvv --log-cli-level=DEBUG --setup-show --maxfail=1
Loading

0 comments on commit d29e333

Please sign in to comment.