Skip to content

Commit c4dd6bd

Browse files
Update Github CI micromamba integration
1 parent 50a69bf commit c4dd6bd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/emulated.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
- name: Checkout xsimd
4747
uses: actions/checkout@v3
4848
- name: Install mamba
49-
uses: mamba-org/provision-with-micromamba@main
49+
uses: mamba-org/setup-micromamba@v1
5050
with:
5151
environment-file: environment.yml
5252
- name: Configure build

.github/workflows/linux.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ jobs:
6969
- name: Checkout xsimd
7070
uses: actions/checkout@v3
7171
- name: Install mamba
72-
uses: mamba-org/provision-with-micromamba@main
72+
uses: mamba-org/setup-micromamba@v1
7373
with:
7474
environment-file: environment.yml
7575
- name: Setup SDE

0 commit comments

Comments
 (0)