Skip to content

Commit

Permalink
CI: fix wrong vtk install
Browse files Browse the repository at this point in the history
  • Loading branch information
SMoraisAnsys committed Nov 30, 2023
1 parent 6757ea7 commit 2a19c98
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/test_pyaedt.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ jobs:
- name: "Install specific vtk version with OSMesa bundled"
run: |
.\.venv\Scripts\Activate.ps1
pip uninstall vtk -y
# Note: the vtk-osmesa used is 9.2.X as 9.3.0 is not working
# well with the use of pyvista in our tests atm.
Expand Down

0 comments on commit 2a19c98

Please sign in to comment.