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