Skip to content

Commit

Permalink
Force latest conda-verify version
Browse files Browse the repository at this point in the history
  • Loading branch information
TimoRoth committed Aug 20, 2024
1 parent 203b3a5 commit 75ae049
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ci/setup-conda.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ if [[ "${RUNNER_OS}" != "Windows" ]]; then
RQ sudo chown -R "$(id -u):$(id -g)" "$CONDA"
fi

RQ conda config --set always_yes yes --set changeps1 no --set channel_priority strict
RQ conda config --set always_yes yes --set changeps1 no
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" anaconda-client
RQ conda info -a

0 comments on commit 75ae049

Please sign in to comment.