Skip to content

Commit

Permalink
Don't fail if conda is missing defaults channel
Browse files Browse the repository at this point in the history
  • Loading branch information
benmwebb committed Nov 8, 2024
1 parent be56c57 commit 24eaf5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion util/setup_ci.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ fi
python_version=$1

# get conda-forge, not main, packages
conda config --remove channels defaults
conda config --remove channels defaults || :
conda config --add channels conda-forge
IMP_CONDA="imp"

Expand Down

0 comments on commit 24eaf5b

Please sign in to comment.