Skip to content

Commit

Permalink
Merge pull request #414 from JohanMabille/setup_micromamba
Browse files Browse the repository at this point in the history
Upgraded to setup-micromamba v2
  • Loading branch information
JohanMabille authored Dec 16, 2024
2 parents dea7c33 + a495b75 commit c216de1
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@ jobs:
- name: Get number of CPU cores
uses: SimenB/github-actions-cpu-cores@v2

- name: Install mamba
uses: mamba-org/setup-micromamba@v1
- name: Install micromamba
uses: mamba-org/setup-micromamba@v2
with:
environment-file: environment-dev.yml
environment-name: xeus
Expand Down Expand Up @@ -90,8 +90,8 @@ jobs:
steps:
- uses: actions/checkout@v4

- name: Install mamba
uses: mamba-org/setup-micromamba@v1
- name: Install micromamba
uses: mamba-org/setup-micromamba@v2
with:
environment-file: environment-dev.yml
environment-name: xeus
Expand Down

0 comments on commit c216de1

Please sign in to comment.