diff --git a/setup_ci.sh b/setup_ci.sh index 5a86ff1..250b76d 100755 --- a/setup_ci.sh +++ b/setup_ci.sh @@ -12,7 +12,7 @@ imp_branch=$1 python_version=$2 # get conda-forge, not main, packages -conda config --remove channels defaults +conda config --remove channels defaults || : conda config --add channels conda-forge if [ ${imp_branch} = "develop" ]; then IMP_CONDA="imp-nightly"