Skip to content

Commit a47dfb1

Browse files
committed
CI: Add vtk-osmesa to linux testing
1 parent 022f002 commit a47dfb1

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/ci_cd.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -287,6 +287,13 @@ jobs:
287287
source .venv/bin/activate
288288
pip install .[tests]
289289
290+
- name: Install CI dependencies (e.g. vtk-osmesa)
291+
run: |
292+
source .venv/bin/activate
293+
# Uninstall conflicting dependencies
294+
pip uninstall --yes vtk
295+
pip install --extra-index-url https://wheels.vtk.org vtk-osmesa==9.2.20230527.dev0
296+
290297
- name: 'Unit testing'
291298
uses: nick-fields/retry@v3
292299
# env:

0 commit comments

Comments
 (0)