Skip to content

Commit a495b75

Browse files
committed
Upgraded to setup-micromamba v2
1 parent dea7c33 commit a495b75

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/main.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,8 @@ jobs:
3737
- name: Get number of CPU cores
3838
uses: SimenB/github-actions-cpu-cores@v2
3939

40-
- name: Install mamba
41-
uses: mamba-org/setup-micromamba@v1
40+
- name: Install micromamba
41+
uses: mamba-org/setup-micromamba@v2
4242
with:
4343
environment-file: environment-dev.yml
4444
environment-name: xeus
@@ -90,8 +90,8 @@ jobs:
9090
steps:
9191
- uses: actions/checkout@v4
9292

93-
- name: Install mamba
94-
uses: mamba-org/setup-micromamba@v1
93+
- name: Install micromamba
94+
uses: mamba-org/setup-micromamba@v2
9595
with:
9696
environment-file: environment-dev.yml
9797
environment-name: xeus

0 commit comments

Comments
 (0)