Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
Nicholaswogan committed Jan 29, 2025
1 parent 58b537f commit ebfff2b
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -62,4 +62,13 @@ jobs:
- name: build python
shell: bash -el {0}
run: python -m pip install --no-deps --no-build-isolation . -v
run: |
export CC="$(which clang)"
export CXX="$(which clang)"
export FC="$(which gfortran)"
unset CMAKE_ARGS
export CMAKE_ARGS="-DCMAKE_PREFIX_PATH=$CONDA_PREFIX -DCMAKE_POSITION_INDEPENDENT_CODE=ON"
export CONDA_PREFIX_SAVE=$CONDA_PREFIX
unset CONDA_PREFIX
python -m pip install --no-deps --no-build-isolation . -v
export CONDA_PREFIX=$CONDA_PREFIX_SAVE

0 comments on commit ebfff2b

Please sign in to comment.