From a24b7f7d96d5b1f210890e557dbaa31d32ee8282 Mon Sep 17 00:00:00 2001 From: David Hoese Date: Mon, 24 Jul 2023 09:33:28 -0500 Subject: [PATCH] Update setup-miniconda usage for newer versions --- .github/workflows/ci.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index fe194bc..bf9d866 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@v2 with: - miniconda-version: "latest" + miniforge-variant: Mambaforge + miniforge-version: latest + use-mamba: true python-version: ${{ matrix.python-version }} - mamba-version: "*" - channels: conda-forge,defaults - environment-file: continuous_integration/environment.yaml activate-environment: test-environment + environment-file: continuous_integration/environment.yaml - name: Install unstable dependencies if: matrix.experimental == true