From 2a19c9822b00bd9a6ab993da558933239550ef71 Mon Sep 17 00:00:00 2001 From: Sebastien Morais Date: Thu, 30 Nov 2023 10:01:41 +0100 Subject: [PATCH] CI: fix wrong vtk install --- .github/workflows/test_pyaedt.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/test_pyaedt.yml b/.github/workflows/test_pyaedt.yml index 7d4f7a9c03..ed835cdbd6 100644 --- a/.github/workflows/test_pyaedt.yml +++ b/.github/workflows/test_pyaedt.yml @@ -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.