Skip to content

Commit

Permalink
get rid of Mambaforge and apply Ben's suggestions
Browse files Browse the repository at this point in the history
  • Loading branch information
valeriupredoi committed Oct 15, 2024
1 parent de33c14 commit 0f4e21a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/create-condalock-file.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ on:
- pin_conda-lock
schedule:
- cron: '0 4 */10 * *'
workflow_dispatch:

# Required shell entrypoint to have properly configured bash shell
defaults:
Expand All @@ -30,15 +31,14 @@ jobs:
activate-environment: esmvaltool-fromlock
python-version: "3.12"
miniforge-version: "latest"
miniforge-variant: Mambaforge
use-mamba: true
- name: Show conda config
run: |
conda update -n base -c conda-forge conda
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"
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 0f4e21a

Please sign in to comment.