Skip to content

Commit

Permalink
ci: switch micromamba setup
Browse files Browse the repository at this point in the history
  • Loading branch information
boasvdp committed Apr 26, 2024
1 parent 3ac5625 commit 5559a83
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 @@ -15,9 +15,9 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Install Conda environment with Micromamba
uses: mamba-org/provision-with-micromamba@main
uses: mamba-org/setup-micromamba@v1
with:
cache-downloads: true
cache-environment: true
environment-file: env.yaml
- name: Conda list
shell: bash -l {0}
Expand Down

0 comments on commit 5559a83

Please sign in to comment.