Skip to content

Commit 07c9332

Browse files
committed
Don't fail if conda is missing defaults channel
1 parent 1f65797 commit 07c9332

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup_ci.sh

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

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

0 commit comments

Comments
 (0)