Skip to content

Commit

Permalink
#20 Fix vtk conda test
Browse files Browse the repository at this point in the history
  • Loading branch information
kwabenantim committed Nov 3, 2024
1 parent f7ecccb commit 9ae603b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/test-cells.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,10 @@ jobs:

- name: Configure
run: |
export CMAKE_PREFIX_PATH="$CONDA_PREFIX;$CMAKE_PREFIX_PATH"
export PETSC_DIR=$CONDA_PREFIX
export PETSC_ARCH=
export VTK_DIR=$CONDA_PREFIX
mkdir build && cd build
cmake ..
working-directory: examples/cells
Expand Down

0 comments on commit 9ae603b

Please sign in to comment.