Skip to content

Commit

Permalink
Pin to older version of conda; see if that helps
Browse files Browse the repository at this point in the history
  • Loading branch information
mrmundt committed Dec 18, 2024
1 parent b23b188 commit fb80e02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test_branches.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 ***"
Expand Down

0 comments on commit fb80e02

Please sign in to comment.