Skip to content

Commit

Permalink
export env vars pointing to conda compilers
Browse files Browse the repository at this point in the history
  • Loading branch information
bennibbelink committed Oct 2, 2024
1 parent 2fe570f commit 200f78b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/macos_build_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,9 @@ jobs:
websockets \
pprintpp \
pip
export CC=$CONDA_PREFIX/bin/clang
export CXX=$CONDA_PREFIX/bin/clang++
export CPP=$CONDA_PREFIX/bin/clang-cpp
mkdir -p $(python3 -m site --user-site)
python3 install.py -j 3 --allow-milps ${SLOW_FLAG}
export PATH=$HOME/.local/bin:$PATH
Expand Down

0 comments on commit 200f78b

Please sign in to comment.