Skip to content

Commit

Permalink
Migrated GHA to setup-micromamba
Browse files Browse the repository at this point in the history
  • Loading branch information
JohanMabille committed Nov 28, 2023
1 parent 3fc567a commit 620b038
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
uses: SimenB/github-actions-cpu-cores@v1

- name: install mamba
uses: mamba-org/provision-with-micromamba@main
uses: mamba-org/setup-micromamba@v1
with:
environment-file: environment-dev.yml
environment-name: xeus
Expand Down Expand Up @@ -96,10 +96,11 @@ jobs:
- uses: actions/checkout@v4

- name: install mamba
uses: mamba-org/provision-with-micromamba@main
uses: mamba-org/setup-micromamba@v1
with:
environment-file: environment-dev.yml
environment-name: xeus
init-shell: cmd.exe

- name: micromamba shell hook
shell: powershell
Expand Down

0 comments on commit 620b038

Please sign in to comment.