Skip to content

Commit 76fc5ea

Browse files
fix: install opengl loader on ubuntu
1 parent 9a840d6 commit 76fc5ea

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,10 @@ jobs:
5353
python-version: ${{ matrix.python-version }}
5454
allow-prereleases: true
5555

56+
- name: Install OpenGL libraries
57+
if: ${{ matrix.runs-on == 'ubuntu-latest' }}
58+
run: sudo apt-get install --fix-missing libgl1-mesa-dev
59+
5660
- name: Install package
5761
run: python -m pip install .[test]
5862

0 commit comments

Comments
 (0)