Skip to content

Commit

Permalink
Merge pull request #2387 from cta-observatory/replace_provision_micro…
Browse files Browse the repository at this point in the history
…mamba

Replace deprecated provision-with-micromamba action with setup-micromamba
  • Loading branch information
kosack authored Aug 29, 2023
2 parents f16dc47 + 9ac2219 commit efdcd59
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 efdcd59

Please sign in to comment.