Skip to content

Commit

Permalink
Bump pyvista from 0.36.1 to 0.43.8 in /requirements (#1626)
Browse files Browse the repository at this point in the history
* Update docs.yml

* Bump pyvista 0.43.10

* dbg: install vtkos-mesa

* ci: use ENV var for vtk-osmesa version

---------

Co-authored-by: Jorge Martinez <jorge.martinezgarrido@ansys.com>
  • Loading branch information
PProfizi and jorgepiloto authored Jun 21, 2024
1 parent ec06e9e commit 436bdcd
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ on:
env:
PACKAGE_NAME: ansys-dpf-core
MODULE: core

VTK_OSMESA_VERSION: "9.2.20230527.dev0"
jobs:
doc-style:
name: "Check doc style"
Expand Down Expand Up @@ -117,7 +117,7 @@ jobs:
run: python -c "from ansys.dpf import core"

- name: "Setup headless display"
uses: pyvista/setup-headless-display-action@v1
uses: pyvista/setup-headless-display-action@v2

- name: "Setup Graphviz"
uses: ts-graphviz/setup-graphviz@v1
Expand All @@ -133,6 +133,11 @@ jobs:
- name: "Kill all servers"
uses: ansys/pydpf-actions/kill-dpf-servers@v2.3

- name: "Ensure VTK compatibility"
run: |
python -m pip uninstall --yes vtk
python -m pip install --extra-index-url https://wheels.vtk.org vtk-osmesa==${{ env.VTK_OSMESA_VERSION }}
- name: "List installed packages"
shell: bash
run: pip list
Expand Down
2 changes: 1 addition & 1 deletion requirements/requirements_docs.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ imageio-ffmpeg==0.4.7
nbsphinx==0.9.3
pypandoc==1.13
pytest-sphinx==0.6.3
pyvista==0.36.1
pyvista==0.43.10
sphinx==7.1.0
sphinx-autobuild==2024.2.4
sphinx-copybutton==0.5.2
Expand Down

0 comments on commit 436bdcd

Please sign in to comment.