From a4f10c986def68f7d70d5460c89ed32f2c627d70 Mon Sep 17 00:00:00 2001 From: Miranda Mundt Date: Wed, 18 Dec 2024 14:13:54 -0700 Subject: [PATCH] Move downgrade --- .github/workflows/test_branches.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/test_branches.yml b/.github/workflows/test_branches.yml index e576411a82b..90afddb06cd 100644 --- a/.github/workflows/test_branches.yml +++ b/.github/workflows/test_branches.yml @@ -308,8 +308,9 @@ jobs: conda config --remove channels defaults conda config --append channels nodefaults conda config --append channels conda-forge + conda install --update-deps -q -y conda=24.11.0 # Try to install mamba - conda install --update-deps -q -y -n base conda-libmamba-solver conda==24.11.0 \ + conda install --update-deps -q -y -n base conda-libmamba-solver \ || MAMBA_FAILED=1 if test -z "$MAMBA_FAILED"; then echo "*** Activating the mamba environment solver ***"