From c4ce8eed9427fb4376015a72428cd0017ab024ca Mon Sep 17 00:00:00 2001 From: Martin Raspaud Date: Tue, 1 Oct 2024 11:33:27 +0200 Subject: [PATCH] Workaround mamba bug --- .github/workflows/ci.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 091f78f8..33dad2e5 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -35,13 +35,12 @@ jobs: - name: Setup Conda Environment uses: conda-incubator/setup-miniconda@v3 with: - miniforge-variant: Mambaforge miniforge-version: latest - use-mamba: true mamba-version: "1.5.10" python-version: ${{ matrix.python-version }} environment-file: continuous_integration/environment.yaml activate-environment: test-environment + channels: conda-forge - name: Install unstable dependencies if: matrix.experimental == true