Skip to content

Commit

Permalink
Don't fail if conda is missing defaults channel
Browse files Browse the repository at this point in the history
  • Loading branch information
benmwebb committed Nov 10, 2024
1 parent 498bd81 commit cc76345
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/setup_ci.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ fi

python_version=$1

conda config --remove channels defaults # get conda-forge, not main, packages
conda config --remove channels defaults || : # get conda-forge, not main, packages
conda create --yes -q -n python${python_version} -c salilab -c conda-forge python=${python_version} pip scipy matplotlib imp-nightly libboost-devel gxx_linux-64 eigen cereal swig cmake
eval "$(conda shell.bash hook)"
conda activate python${python_version}
Expand Down

0 comments on commit cc76345

Please sign in to comment.