From 0f4e21a633c16635cc916134b34893338a9e8276 Mon Sep 17 00:00:00 2001 From: Valeriu Predoi Date: Tue, 15 Oct 2024 15:56:36 +0100 Subject: [PATCH] get rid of Mambaforge and apply Ben's suggestions --- .github/workflows/create-condalock-file.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/create-condalock-file.yml b/.github/workflows/create-condalock-file.yml index 8ea6c76e35..5ea907dcd6 100644 --- a/.github/workflows/create-condalock-file.yml +++ b/.github/workflows/create-condalock-file.yml @@ -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: @@ -30,7 +31,6 @@ jobs: activate-environment: esmvaltool-fromlock python-version: "3.12" miniforge-version: "latest" - miniforge-variant: Mambaforge use-mamba: true - name: Show conda config run: | @@ -38,7 +38,7 @@ 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" + conda install -c conda-forge "mamba>=1.4.8,<2" conda config --show-sources conda config --show conda --version