Skip to content

Commit c6bb36e

Browse files
authored
Update tests.yaml
Since gmsh depends on OpenGL utilities, one needs to install them on the Ubuntu runner before running tests.
1 parent e6f376d commit c6bb36e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/tests.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,9 @@ jobs:
2525
with:
2626
python-version: ${{ matrix.python-version }}
2727

28+
- name: Install system dependencies
29+
run: sudo apt-get update && sudo apt-get install -y libglu1-mesa
30+
2831
- name: Install dependencies
2932
run: |
3033
python -m pip install --upgrade pip

0 commit comments

Comments
 (0)