diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index f7b5f447c4..c9f5aa1f73 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -38,11 +38,11 @@ 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 }} activate-environment: test-environment + mamba-version: "*" + channels: conda-forge - name: Set cache environment variables shell: bash -l {0}