Skip to content

Commit

Permalink
tests.yml: apt-get install install libgl1-mesa-glx
Browse files Browse the repository at this point in the history
fixes "libGL.so.1: cannot open shared object file"
  • Loading branch information
justbuchanan committed Oct 24, 2023
1 parent 0e407f0 commit e28a141
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ jobs:
pip3 install --upgrade pip
pip3 install -e .
pip3 install -e .[dev]
apt-get update && apt install -y libgl1-mesa-glx
- name: Run tests
run: |
python3 -m pytest -v

0 comments on commit e28a141

Please sign in to comment.