From c3870b13bd06f0946f7a350c7cd986b585930390 Mon Sep 17 00:00:00 2001 From: VinzentRisch Date: Thu, 9 Jan 2025 11:29:32 +0100 Subject: [PATCH] set mamba version to * --- .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 548adb4..8c3b4f1 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -59,7 +59,7 @@ jobs: uses: conda-incubator/setup-miniconda@v3 with: python-version: "3.10" - #mamba-version: 1.5.10 + mamba-version: "*" channels: conda-forge,defaults channel-priority: true activate-environment: conda-env