Skip to content

Commit e13ed06

Browse files
authored
Merge pull request #11 from spatial-model-editor/augment-animations
use pyvista to make 3D plotting and animations faster and more flexible
2 parents 8bc0b02 + d497a64 commit e13ed06

File tree

3 files changed

+410
-148
lines changed

3 files changed

+410
-148
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ jobs:
1414
with:
1515
python-version: "3.11"
1616
- run: pip install -r requirements.txt
17+
- run: pip install vtk-osmesa --index-url https://gitlab.kitware.com/api/v4/projects/13/packages/pypi/simple # needed for the CI to run
1718
- run: sudo apt update -qy && sudo apt install ffmpeg -qy
1819
- run: jupyter nbconvert *.ipynb --to slides --execute
1920
- run: |

0 commit comments

Comments
 (0)