Skip to content

Commit

Permalink
Move downgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
mrmundt committed Dec 18, 2024
1 parent fb80e02 commit a4f10c9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/test_branches.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 ***"
Expand Down

0 comments on commit a4f10c9

Please sign in to comment.