diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 547cdd2..2382d8d 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -30,12 +30,12 @@ jobs: - name: Setup Conda Environment uses: conda-incubator/setup-miniconda@v3 with: - miniforge-variant: Mambaforge miniforge-version: latest - use-mamba: true python-version: ${{ matrix.python-version }} environment-file: continuous_integration/environment.yaml activate-environment: test-environment + mamba-version: "*" + channels: conda-forge - name: Install unstable dependencies if: matrix.experimental == true