From 200f78b4de87d98ec39404d3ef7d7a6266bc7cc8 Mon Sep 17 00:00:00 2001 From: bennibbelink <79653949+bennibbelink@users.noreply.github.com> Date: Wed, 2 Oct 2024 08:10:01 -0400 Subject: [PATCH] export env vars pointing to conda compilers --- .github/workflows/macos_build_test.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/macos_build_test.yml b/.github/workflows/macos_build_test.yml index fc09b2585e..b59f8140f0 100644 --- a/.github/workflows/macos_build_test.yml +++ b/.github/workflows/macos_build_test.yml @@ -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