Skip to content

Commit a8edae3

Browse files
committed
added sys packages
1 parent 95932b1 commit a8edae3

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/tests.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,10 @@ jobs:
3636
uses: actions/setup-python@v4
3737
with:
3838
python-version: 3.11
39+
- name: Install system dependencies
40+
run: |
41+
sudo apt-get update
42+
sudo apt-get install -y libglu1-mesa
3943
- name: Install dependencies
4044
run: |
4145
python -m pip install .[dev]

0 commit comments

Comments
 (0)