Skip to content

Commit 6f876b2

Browse files
committed
Don't fail if defaults channel is missing
1 parent 9ffb2c3 commit 6f876b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

util/setup_ci.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ fi
1111
python_version=$1
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
IMP_CONDA="imp"
1717

0 commit comments

Comments
 (0)