diff --git a/ci/setup-conda.sh b/ci/setup-conda.sh index 020a7aa..bffdc6f 100755 --- a/ci/setup-conda.sh +++ b/ci/setup-conda.sh @@ -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 \ No newline at end of file