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 18, 2023
1 parent 5e5126b commit fdc0ae8
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,9 @@ jobs:
- name: mamba setup
if: matrix.install-method == 'mamba'
uses: mamba-org/provision-with-micromamba@v14
uses: mamba-org/setup-micromamba@v1
with:
cache-downloads: true

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

0 comments on commit fdc0ae8

Please sign in to comment.