Skip to content

Commit

Permalink
unpin mamba and test
Browse files Browse the repository at this point in the history
  • Loading branch information
valeriupredoi committed Jan 7, 2025
1 parent bd5c33e commit 3355c94
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/create-condalock-file.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,10 @@ on:
# Trigger on push on main or other branch for testing
# NOTE that push: main will create the file very often
# and hence lots of automated PRs
# push:
# branches:
push:
branches:
# - main
- unpin_mamba
schedule:
- cron: '0 4 */10 * *'

Expand Down Expand Up @@ -36,9 +37,7 @@ jobs:
conda --version
# setup-miniconda@v3 installs an old conda and mamba
# forcing a modern mamba updates both mamba and conda
# 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 install -c conda-forge "mamba>=1.4.8"
conda config --show-sources
conda config --show
conda --version
Expand Down

0 comments on commit 3355c94

Please sign in to comment.