Skip to content

Commit

Permalink
Force latest conda version
Browse files Browse the repository at this point in the history
  • Loading branch information
TimoRoth committed Aug 20, 2024
1 parent 203b3a5 commit 74702c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/setup-conda.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@ fi
RQ conda config --set always_yes yes --set changeps1 no --set channel_priority strict
RQ conda update -q conda
RQ conda update -c conda-forge -q --all
RQ conda install -c conda-forge -q conda-build conda-verify anaconda-client
RQ conda install -c conda-forge -q conda-build "conda-verify>=3.4" anaconda-client
RQ conda info -a

0 comments on commit 74702c9

Please sign in to comment.