Skip to content

Commit e085323

Browse files
committed
fix: install libosmesa for linux runners
1 parent 5a73500 commit e085323

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/tests.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -210,6 +210,13 @@ jobs:
210210
with:
211211
DEBUG: true
212212

213+
- name: "Setup LibOSMesa on Linux runners"
214+
if: runner.os == 'Linux'
215+
shell: bash
216+
run: |
217+
sudo apt-get update
218+
sudo apt-get install libosmesa6
219+
213220
- name: "Test Docstrings"
214221
if: (inputs.DOCSTRING == 'true') && !((inputs.test_any == 'true') && (matrix.os == 'ubuntu-latest'))
215222
uses: ansys/pydpf-actions/[email protected]

0 commit comments

Comments
 (0)