Skip to content

Commit

Permalink
Replace deprecated provision-with-micromamba action with setup-microm…
Browse files Browse the repository at this point in the history
…amba
  • Loading branch information
maxnoe committed Aug 21, 2023
1 parent 5e5126b commit 9ac2219
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,10 @@ jobs:
- name: mamba setup
if: matrix.install-method == 'mamba'
uses: mamba-org/provision-with-micromamba@v14
uses: mamba-org/setup-micromamba@v1
with:
environment-file: environment.yml
cache-downloads: true

- name: Python setup
if: matrix.install-method == 'pip'
Expand Down

0 comments on commit 9ac2219

Please sign in to comment.