Skip to content

Commit 1042a1a

Browse files
authored
Merge pull request #1228 from JohanMabille/ci_micromamba
Upgrade to setup-micromamba@v2
2 parents 801de0a + 6bcb2e4 commit 1042a1a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/emscripten.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
- name: Checkout
1212
uses: actions/checkout@v3
1313

14-
- uses: mamba-org/setup-micromamba@v1
14+
- uses: mamba-org/setup-micromamba@v2
1515
with:
1616
environment-name: xsimd
1717
create-args: >-

.github/workflows/linux.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
- name: Checkout xsimd
5858
uses: actions/checkout@v3
5959
- name: Install mamba
60-
uses: mamba-org/setup-micromamba@v1
60+
uses: mamba-org/setup-micromamba@v2
6161
with:
6262
environment-file: environment.yml
6363
- name: Setup SDE

0 commit comments

Comments
 (0)