Skip to content

Commit

Permalink
update system dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
mprib committed Feb 8, 2024
1 parent 03d3c19 commit 33c61c5
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/pytest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,10 @@ jobs:
with:
python-version: ${{ matrix.python-version }}

# 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: Install Poetry
run: |
curl -sSL https://install.python-poetry.org | python3 -
Expand Down

0 comments on commit 33c61c5

Please sign in to comment.