From 1f9507ac11127391a6923c48e2c608f5298543df Mon Sep 17 00:00:00 2001 From: Dan Nowacki Date: Tue, 14 May 2024 08:39:48 -0700 Subject: [PATCH] Update setup-miniconda and enable mamba --- .github/workflows/stglib_test_conda.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/stglib_test_conda.yml b/.github/workflows/stglib_test_conda.yml index bbf08aad..865fc3fc 100644 --- a/.github/workflows/stglib_test_conda.yml +++ b/.github/workflows/stglib_test_conda.yml @@ -13,7 +13,7 @@ jobs: - os: windows-latest python-version: "3.9" - os: windows-latest - python-version: "3.10" + python-version: "3.10" runs-on: ${{ matrix.os }} defaults: run: @@ -24,8 +24,9 @@ jobs: # lfs: true - uses: nschloe/action-cached-lfs-checkout@v1 - run: git lfs checkout - - uses: conda-incubator/setup-miniconda@v2 + - uses: conda-incubator/setup-miniconda@v3 with: + mamba-version: "*" activate-environment: test-environment environment-file: requirements.yml python-version: ${{ matrix.python-version }}