From 366e869c66d71f05ecda26aa21816c5640c0681f Mon Sep 17 00:00:00 2001 From: Sebastien Morais Date: Mon, 30 Sep 2024 10:53:52 +0200 Subject: [PATCH] CI: Add missing step in linux solver testing --- .github/workflows/ci_cd.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.github/workflows/ci_cd.yml b/.github/workflows/ci_cd.yml index d48960205a9..aa31867d562 100644 --- a/.github/workflows/ci_cd.yml +++ b/.github/workflows/ci_cd.yml @@ -319,6 +319,13 @@ jobs: pip install .[tests] pip install pytest-azurepipelines + - name: Install CI dependencies (e.g. vtk-osmesa) + run: | + source .venv/bin/activate + # Uninstall conflicting dependencies + pip uninstall --yes vtk + pip install --extra-index-url https://wheels.vtk.org vtk-osmesa + - name: Run tests on _unittest_solvers run: | export LD_LIBRARY_PATH=${{ env.ANSYSEM_ROOT242 }}/common/mono/Linux64/lib64:${{ env.ANSYSEM_ROOT242 }}/Delcross:$LD_LIBRARY_PATH