Skip to content

Commit f75be71

Browse files
committed
tests: use vtk-osmesa to run the 3D plotting offscreen
1 parent 5de157c commit f75be71

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

.github/workflows/manual_tests_CPU.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,8 @@ jobs:
2828
- name: pip install
2929
run: |
3030
pip install wakis['notebook']
31+
pip uninstall vtk -y
32+
pip install --extra-index-url https://wheels.vtk.org vtk-osmesa
3133
3234
- name: Print versions
3335
run: conda list

.github/workflows/pull_request_CPU.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,8 @@ jobs:
3232
run: |
3333
cd wakis
3434
pip install .['notebook']
35+
pip uninstall vtk -y
36+
pip install --extra-index-url https://wheels.vtk.org vtk-osmesa
3537
3638
- name: Print installed packages
3739
run: conda list

0 commit comments

Comments
 (0)