Skip to content

Commit

Permalink
Don't do conda update until the channels are correct.
Browse files Browse the repository at this point in the history
  • Loading branch information
jehturner committed Nov 21, 2023
1 parent 65a6401 commit 686cfb6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .jenkins/scripts/download_and_install_anaconda.sh
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ fi
echo ${PATH}
which conda
conda clean -i -t -y # in case of corrupt package cache from previous run
conda update --quiet conda
# These 2 channels need removing if testing old branches has reinstated them:
conda config --remove channels http://ssb.stsci.edu/astroconda || :
conda config --remove channels http://astroconda.gemini.edu/public/noarch || :
Expand All @@ -42,4 +41,5 @@ conda config --add channels conda-forge
conda config --add channels http://jastro.org/astroconda/public
conda config --set channel_priority true
conda config --set restore_free_channel false
conda update --quiet conda
conda env list

0 comments on commit 686cfb6

Please sign in to comment.