Skip to content

Commit

Permalink
actions
Browse files Browse the repository at this point in the history
  • Loading branch information
Nicholaswogan committed Dec 20, 2024
1 parent f1d6b16 commit 3bcc756
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,8 @@ jobs:
export FC="$(which gfortran)"
export CONDA_PREFIX_SAVE=$CONDA_PREFIX
unset CONDA_PREFIX
echo $MAMBA_ROOT_PREFIX
echo $CONDA_PREFIX_SAVE
cmake -B ${{github.workspace}}/build -DCMAKE_BUILD_TYPE=${{env.BUILD_TYPE}} -DCMAKE_PREFIX_PATH=$CONDA_PREFIX_SAVE
export CONDA_PREFIX=$CONDA_PREFIX_SAVE
Expand Down

0 comments on commit 3bcc756

Please sign in to comment.