Skip to content

Commit 43b47f6

Browse files
committed
Update micromamba workflow
1 parent 5efe06c commit 43b47f6

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ jobs:
103103
104104
- name: Install dependencies
105105
if: ${{ ! contains(matrix.os, 'windows') }}
106-
uses: mamba-org/provision-with-micromamba@main
106+
uses: mamba-org/setup-micromamba@v1
107107
with:
108108
environment-file: assets/ci/build-env.yaml
109109

@@ -257,10 +257,10 @@ jobs:
257257
uses: actions/checkout@v4
258258

259259
- name: Install dependencies
260-
uses: mamba-org/provision-with-micromamba@main
260+
uses: mamba-org/setup-micromamba@v1
261261
with:
262262
environment-file: assets/ci/python-env.yaml
263-
extra-specs: |
263+
create-args: |
264264
python=${{ matrix.python_v }}
265265
266266
- name: Install GCC (OSX)

.github/workflows/wheel.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
steps:
1616
- uses: actions/checkout@v4
1717
- name: Setup Python
18-
uses: mamba-org/provision-with-micromamba@main
18+
uses: mamba-org/setup-micromamba@v1
1919
with:
2020
environment-file: assets/ci/build-env.yaml
2121
- run: |
@@ -36,10 +36,10 @@ jobs:
3636
steps:
3737
- uses: actions/checkout@v4
3838
- name: Setup Python
39-
uses: mamba-org/provision-with-micromamba@main
39+
uses: mamba-org/setup-micromamba@v1
4040
with:
4141
environment-file: assets/ci/python-env.yaml
42-
extra-specs: |
42+
create-args: |
4343
meson-python
4444
python-build
4545
- name: Reorganize repository

0 commit comments

Comments
 (0)