Skip to content

Commit

Permalink
Pin mamba<2 for conda-lock: solution by Ben Mares @maresb (#3771)
Browse files Browse the repository at this point in the history
  • Loading branch information
valeriupredoi authored Oct 16, 2024
1 parent 8303530 commit aa56eaa
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/create-condalock-file.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,8 @@ jobs:
conda --version
# setup-miniconda@v3 installs an old conda and mamba
# forcing a modern mamba updates both mamba and conda
conda install -c conda-forge "mamba>=1.4.8"
# pin <2 due to https://github.com/ESMValGroup/ESMValTool/pull/3771
conda install -c conda-forge "mamba>=1.4.8,<2"
conda config --show-sources
conda config --show
conda --version
Expand Down

0 comments on commit aa56eaa

Please sign in to comment.