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 1f65797 commit 07c9332Copy full SHA for 07c9332
setup_ci.sh
@@ -12,7 +12,7 @@ imp_branch=$1
12
python_version=$2
13
14
# get conda-forge, not main, packages
15
-conda config --remove channels defaults
+conda config --remove channels defaults || :
16
conda config --add channels conda-forge
17
if [ ${imp_branch} = "develop" ]; then
18
IMP_CONDA="imp-nightly"
0 commit comments