Skip to content

Commit

Permalink
Migrate to setup-micromamba
Browse files Browse the repository at this point in the history
  • Loading branch information
ks905383 authored Sep 27, 2024
1 parent c3e9e28 commit 2a6df4b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Create conda environment
uses: mamba-org/provision-with-micromamba@main
uses: mamba-org/setup-micromamba@v1
with:
cache-downloads: true
cache-env: true
cache-environment: true
micromamba-version: 'latest'
#mamba-version: "*" # activate this to build with mamba.
channels: conda-forge #, defaults # These need to be specified to use mamba
Expand Down

0 comments on commit 2a6df4b

Please sign in to comment.