From fb80e028596c51ac91099789298c5c988e174a16 Mon Sep 17 00:00:00 2001 From: Miranda Mundt Date: Wed, 18 Dec 2024 13:46:30 -0700 Subject: [PATCH] Pin to older version of conda; see if that helps --- .github/workflows/test_branches.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test_branches.yml b/.github/workflows/test_branches.yml index 02c5bea1e00..e576411a82b 100644 --- a/.github/workflows/test_branches.yml +++ b/.github/workflows/test_branches.yml @@ -309,7 +309,7 @@ jobs: conda config --append channels nodefaults conda config --append channels conda-forge # Try to install mamba - conda install --update-deps -q -y -n base conda-libmamba-solver \ + conda install --update-deps -q -y -n base conda-libmamba-solver conda==24.11.0 \ || MAMBA_FAILED=1 if test -z "$MAMBA_FAILED"; then echo "*** Activating the mamba environment solver ***"