Skip to content

Commit

Permalink
pin mamba in conda lock creation github action (#2561)
Browse files Browse the repository at this point in the history
  • Loading branch information
valeriupredoi authored Oct 21, 2024
1 parent f622e40 commit 4526c84
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/create-condalock-file.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,9 @@ jobs:
conda config --show
# 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"
# unpin mamba after conda-lock=3 release
# see github.com/ESMValGroup/ESMValTool/issues/3782
conda install -c conda-forge "mamba>=1.4.8,<2"
conda --version
mamba --version
- name: Gather Python info
Expand Down

0 comments on commit 4526c84

Please sign in to comment.