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 10, 2024
1 parent 60bf86b commit f6b2bd6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion support/setup_travis.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ python_version=$2
temp_dir=$(mktemp -d)

# 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 f6b2bd6

Please sign in to comment.