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 7, 2024
1 parent 1f65797 commit 07c9332
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup_ci.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ imp_branch=$1
python_version=$2

# get conda-forge, not main, packages
conda config --remove channels defaults
conda config --remove channels defaults || :
conda config --add channels conda-forge
if [ ${imp_branch} = "develop" ]; then
IMP_CONDA="imp-nightly"
Expand Down

0 comments on commit 07c9332

Please sign in to comment.