Skip to content

Commit 5680eb9

Browse files
committed
Migrate to mamba-org/setup-micromamba@v1
1 parent b4b481d commit 5680eb9

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/pythonpackage.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -53,11 +53,11 @@ jobs:
5353
token: ${{ secrets.PAT_PULL_ENTERPRISE }}
5454
path: vaex-enterprise
5555
- name: install micromamba
56-
uses: mamba-org/provision-with-micromamba@main
56+
uses: mamba-org/setup-micromamba@v1
5757
with:
5858
environment-name: vaex-dev
5959
environment-file: ci/conda-env.yml
60-
extra-specs: |
60+
create-args: >-
6161
python=${{ matrix.python-version }}
6262
- name: Extra non-windows installs
6363
if: matrix.os != 'windows-latest'
@@ -206,11 +206,11 @@ jobs:
206206
path: ./dist
207207

208208
- name: Install micromamba
209-
uses: mamba-org/provision-with-micromamba@main
209+
uses: mamba-org/setup-micromamba@v1
210210
with:
211211
environment-name: vaex-test
212212
environment-file: ci/conda-base-minimal.yml
213-
extra-specs: |
213+
create-args: >-
214214
python=${{ matrix.python-version }}
215215
pcre
216216
rich

0 commit comments

Comments
 (0)