Skip to content

Commit

Permalink
Use setup-micromamba action
Browse files Browse the repository at this point in the history
  • Loading branch information
ianthomas23 authored and martinRenou committed Oct 21, 2024
1 parent f7fab29 commit c46fe5c
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -133,13 +133,13 @@ jobs:
uses: actions/checkout@v4

- name: Install Conda environment with Micromamba
uses: mamba-org/provision-with-micromamba@main
uses: mamba-org/setup-micromamba@v2
with:
environment-name: ipydatagrid-test-ipw7
environment-file: test-environment-ipyw7.yaml
python-version: 3.9
auto-activate-base: false
channels: conda-forge
create-args: >-
python=3.9
- uses: actions/download-artifact@v3
with:
Expand Down Expand Up @@ -188,13 +188,13 @@ jobs:
uses: actions/checkout@v4

- name: Install Conda environment with Micromamba
uses: mamba-org/provision-with-micromamba@main
uses: mamba-org/setup-micromamba@v2
with:
environment-name: ipydatagrid-test-ipw8
environment-file: test-environment-ipyw8.yaml
python-version: 3.9
auto-activate-base: false
channels: conda-forge
create-args: >-
python=3.9
- uses: actions/download-artifact@v3
with:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/update_galata_references.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

- name: Install Conda environment with Micromamba
uses: mamba-org/provision-with-micromamba@main
uses: mamba-org/setup-micromamba@v2
with:
environment-name: ipydatagrid-test-ipw7
environment-file: test-environment-ipyw7.yaml
Expand Down Expand Up @@ -82,7 +82,7 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

- name: Install Conda environment with Micromamba
uses: mamba-org/provision-with-micromamba@main
uses: mamba-org/setup-micromamba@v2
with:
environment-name: ipydatagrid-test-ipw8
environment-file: test-environment-ipyw8.yaml
Expand Down

0 comments on commit c46fe5c

Please sign in to comment.