Skip to content

Commit

Permalink
Migrate to mamba-org/setup-micromamba@v1
Browse files Browse the repository at this point in the history
  • Loading branch information
ddelange committed Sep 1, 2023
1 parent b4b481d commit 5680eb9
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/pythonpackage.yml
Expand Up @@ -53,11 +53,11 @@ jobs:
token: ${{ secrets.PAT_PULL_ENTERPRISE }}
path: vaex-enterprise
- name: install micromamba
uses: mamba-org/provision-with-micromamba@main
uses: mamba-org/setup-micromamba@v1
with:
environment-name: vaex-dev
environment-file: ci/conda-env.yml
extra-specs: |
create-args: >-
python=${{ matrix.python-version }}
- name: Extra non-windows installs
if: matrix.os != 'windows-latest'
Expand Down Expand Up @@ -206,11 +206,11 @@ jobs:
path: ./dist

- name: Install micromamba
uses: mamba-org/provision-with-micromamba@main
uses: mamba-org/setup-micromamba@v1
with:
environment-name: vaex-test
environment-file: ci/conda-base-minimal.yml
extra-specs: |
create-args: >-
python=${{ matrix.python-version }}
pcre
rich
Expand Down

0 comments on commit 5680eb9

Please sign in to comment.