From 74702c9724b007e5186e037617c4886bb2e154e8 Mon Sep 17 00:00:00 2001 From: Timo Rothenpieler Date: Tue, 20 Aug 2024 20:52:58 +0200 Subject: [PATCH] Force latest conda version --- ci/setup-conda.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/setup-conda.sh b/ci/setup-conda.sh index 020a7aa..a79c1c0 100755 --- a/ci/setup-conda.sh +++ b/ci/setup-conda.sh @@ -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 \ No newline at end of file