Skip to content

Commit

Permalink
amend
Browse files Browse the repository at this point in the history
  • Loading branch information
vmoens committed Oct 9, 2023
1 parent 925552e commit 3bf8f99
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .circleci/unittest/linux/scripts/setup_env.sh
Original file line number Diff line number Diff line change
Expand Up @@ -45,3 +45,8 @@ cat "${this_dir}/environment.yml"
pip install pip --upgrade

conda env update --file "${this_dir}/environment.yml" --prune

if [[ $OSTYPE == 'darwin'* ]]; then
printf "* Installing C++ for OSX\n"
conda install -c conda-forge cxx-compiler -y
fi

0 comments on commit 3bf8f99

Please sign in to comment.