Skip to content

Commit d94383c

Browse files
committed
Don't fail if conda is missing defaults channel
1 parent b6fdcdd commit d94383c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

support/setup_ci.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ imp_branch=$1
1111
python_version=$2
1212

1313
# get conda-forge, not main, packages
14-
conda config --remove channels defaults
14+
conda config --remove channels defaults || :
1515
conda config --add channels conda-forge
1616
if [ ${imp_branch} = "develop" ]; then
1717
IMP_CONDA="imp-nightly"

0 commit comments

Comments
 (0)