Skip to content

Commit

Permalink
CI: Add missing step in linux solver testing
Browse files Browse the repository at this point in the history
  • Loading branch information
SMoraisAnsys committed Sep 30, 2024
1 parent 7ae6822 commit 366e869
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/ci_cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 366e869

Please sign in to comment.