We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b6fdcdd commit d94383cCopy full SHA for d94383c
support/setup_ci.sh
@@ -11,7 +11,7 @@ imp_branch=$1
11
python_version=$2
12
13
# get conda-forge, not main, packages
14
-conda config --remove channels defaults
+conda config --remove channels defaults || :
15
conda config --add channels conda-forge
16
if [ ${imp_branch} = "develop" ]; then
17
IMP_CONDA="imp-nightly"
0 commit comments