Skip to content

Commit

Permalink
Move to micromamba 2
Browse files Browse the repository at this point in the history
  • Loading branch information
kmuehlbauer committed Nov 6, 2024
1 parent 7034c3e commit 66a594d
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci-additional.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ jobs:
- name: Setup micromamba
uses: mamba-org/setup-micromamba@v2
with:
MICROMAMBA_VERSION: ${{env.MICROMAMBA_VERSION}}
micromamba-version: ${{env.MICROMAMBA_VERSION}}
environment-file: ${{env.CONDA_ENV_FILE}}
environment-name: xarray-tests
create-args: >-
Expand Down Expand Up @@ -213,7 +213,7 @@ jobs:
- name: Setup micromamba
uses: mamba-org/setup-micromamba@v2
with:
MICROMAMBA_VERSION: ${{env.MICROMAMBA_VERSION}}
micromamba-version: ${{env.MICROMAMBA_VERSION}}
environment-file: ${{env.CONDA_ENV_FILE}}
environment-name: xarray-tests
create-args: >-
Expand Down Expand Up @@ -270,7 +270,7 @@ jobs:
- name: Setup micromamba
uses: mamba-org/setup-micromamba@v2
with:
MICROMAMBA_VERSION: ${{env.MICROMAMBA_VERSION}}
micromamba-version: ${{env.MICROMAMBA_VERSION}}
environment-file: ${{env.CONDA_ENV_FILE}}
environment-name: xarray-tests
create-args: >-
Expand Down Expand Up @@ -317,7 +317,7 @@ jobs:
- name: Setup micromamba
uses: mamba-org/setup-micromamba@v2
with:
MICROMAMBA_VERSION: ${{env.MICROMAMBA_VERSION}}
micromamba-version: ${{env.MICROMAMBA_VERSION}}
environment-name: xarray-tests
create-args: >-
python=3.12
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/hypothesis.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:
- name: Setup micromamba
uses: mamba-org/setup-micromamba@v2
with:
MICROMAMBA_VERSION: "2.0.2-2"
micromamba-version: "2.0.2-2"
environment-file: ci/requirements/environment.yml
environment-name: xarray-tests
create-args: >-
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/upstream-dev-ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:
- name: Set up conda environment
uses: mamba-org/setup-micromamba@v2
with:
MICROMAMBA_VERSION: ${{env.MICROMAMBA_VERSION}}
micromamba-version: ${{env.MICROMAMBA_VERSION}}
environment-file: ci/requirements/environment.yml
environment-name: xarray-tests
create-args: >-
Expand Down Expand Up @@ -121,7 +121,7 @@ jobs:
- name: Set up conda environment
uses: mamba-org/setup-micromamba@v2
with:
MICROMAMBA_VERSION: ${{env.MICROMAMBA_VERSION}}
micromamba-version: ${{env.MICROMAMBA_VERSION}}
environment-file: ci/requirements/environment.yml
environment-name: xarray-tests
create-args: >-
Expand Down

0 comments on commit 66a594d

Please sign in to comment.