From 6c8ed3ee3df674dfdbe9869fe9eb9814ac347d16 Mon Sep 17 00:00:00 2001 From: Miguel Jimenez Date: Mon, 26 Feb 2024 13:58:27 -0800 Subject: [PATCH] provision with micromamba deprecated (#421) * provision with micromamba deprecated, see `https://github.com/mamba-org/provision-with-micromamba#migration-to-setup-micromamba` * update `extra-arg` --- .github/workflows/ci.yaml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 8212e1c0..a3746728 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -31,14 +31,13 @@ jobs: - uses: actions/checkout@v4 - name: Install Conda environment with Micromamba - uses: mamba-org/provision-with-micromamba@v16 + uses: mamba-org/setup-micromamba@v1 with: environment-file: ci/environment.yml environment-name: oceanspy_test - channels: conda-forge - cache-env: true - extra-specs: | + create-args: >- python=${{ matrix.python-version }} + cache-environment: true - name: Set up conda environment run: |