Skip to content

Commit

Permalink
more ubuntu system dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
mprib committed Feb 8, 2024
1 parent 33c61c5 commit 875e654
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/pytest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,12 @@ jobs:
# note this install is likely relevant for all ubuntu users...
- name: Install system dependencies
run: sudo apt-get update && sudo apt-get install -y libegl1-mesa
- name: Setup Xvfb
run: |
sudo apt-get install -y xvfb
Xvfb :99 -screen 0 1024x768x24 > /dev/null 2>&1 &
echo "DISPLAY=:99.0" >> $GITHUB_ENV

- name: Install Poetry
run: |
Expand Down

0 comments on commit 875e654

Please sign in to comment.