File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff 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)
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments