diff --git a/support/setup_ci.sh b/support/setup_ci.sh index 884ba4d..d5eb8a0 100755 --- a/support/setup_ci.sh +++ b/support/setup_ci.sh @@ -11,7 +11,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"