Skip to content

Commit

Permalink
Update setup-miniconda and enable mamba
Browse files Browse the repository at this point in the history
  • Loading branch information
dnowacki-usgs committed May 14, 2024
1 parent fab5efc commit 1f9507a
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/stglib_test_conda.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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 }}
Expand Down

0 comments on commit 1f9507a

Please sign in to comment.