From 7f5f964d22d77493b88a417b6d0b5ab3401696d7 Mon Sep 17 00:00:00 2001 From: VinzentRisch <100149044+VinzentRisch@users.noreply.github.com> Date: Wed, 2 Oct 2024 09:40:46 +0200 Subject: [PATCH] CI: Pin mamba version in ci.yaml to prevent failures in setup_miniconda step (#108) --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index f182b83..3509aa4 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -51,7 +51,7 @@ jobs: uses: conda-incubator/setup-miniconda@v3 with: python-version: 3.8 - mamba-version: "*" + mamba-version: 1.5.10 channels: conda-forge,defaults channel-priority: true activate-environment: conda-env