Skip to content

Commit

Permalink
Install OpenGL on test CI servers.
Browse files Browse the repository at this point in the history
  • Loading branch information
hsorby committed Aug 11, 2023
1 parent a1bd549 commit e540cc6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@ jobs:
uses: actions/setup-python@v3
with:
python-version: "3.10"
- name: Setup OpenGL
run: |
sudo apt-get install libopengl0 libglu1-mesa
- name: Install dependencies
run: |
python -m pip install --upgrade pip
Expand Down

0 comments on commit e540cc6

Please sign in to comment.