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 9ffb2c3 commit 6f876b2Copy full SHA for 6f876b2
util/setup_ci.sh
@@ -11,7 +11,7 @@ fi
11
python_version=$1
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
IMP_CONDA="imp"
17
0 commit comments