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 8961a31 commit b5db796
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .circleci/unittest/linux/scripts/setup_env.sh
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ 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
#if [[ $OSTYPE == 'darwin'* ]]; then
# printf "* Installing C++ for OSX\n"
# conda install -c conda-forge cxx-compiler -y
#fi

0 comments on commit b5db796

Please sign in to comment.