Skip to content

Commit

Permalink
Upgraded to setup-micromamba v2
Browse files Browse the repository at this point in the history
  • Loading branch information
JohanMabille committed Oct 4, 2024
1 parent e89127e commit e76b1cd
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/conda_canary.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: create mamba build environment
uses: mamba-org/setup-micromamba@v1
uses: mamba-org/setup-micromamba@v2
with:
environment-name: build_env
environment-file: ./mamba/environment-dev.yml
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/static_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
uses: actions/checkout@v3
with:
path: micromamba-feedstock/source
- uses: mamba-org/setup-micromamba@v1
- uses: mamba-org/setup-micromamba@v2
with:
environment-name: mambabuild
create-args: python boa
Expand Down Expand Up @@ -126,7 +126,7 @@ jobs:
key: sccache-${{ github.job }}-win-64
- name: Set up MSVC
uses: ilammy/msvc-dev-cmd@v1
- uses: mamba-org/setup-micromamba@v1
- uses: mamba-org/setup-micromamba@v2
with:
environment-name: mambabuild
init-shell: bash cmd.exe
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/unix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: Create build environment
uses: mamba-org/setup-micromamba@v1
uses: mamba-org/setup-micromamba@v2
with:
environment-file: ./libmamba/environment-dev.yml
environment-name: build_env
Expand Down Expand Up @@ -71,7 +71,7 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: create build environment
uses: mamba-org/setup-micromamba@v1
uses: mamba-org/setup-micromamba@v2
with:
environment-file: ./mamba/environment-dev.yml
environment-name: build_env
Expand Down Expand Up @@ -192,7 +192,7 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: create build environment
uses: mamba-org/setup-micromamba@v1
uses: mamba-org/setup-micromamba@v2
with:
environment-file: ./micromamba/environment-dev.yml
environment-name: build_env
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: Create build environment
uses: mamba-org/setup-micromamba@v1
uses: mamba-org/setup-micromamba@v2
with:
environment-file: ./libmamba/environment-dev.yml
environment-name: build_env
Expand Down Expand Up @@ -76,7 +76,7 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: create build environment
uses: mamba-org/setup-micromamba@v1
uses: mamba-org/setup-micromamba@v2
with:
environment-file: ./mamba/environment-dev.yml
environment-name: build_env
Expand Down Expand Up @@ -164,7 +164,7 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: create build environment
uses: mamba-org/setup-micromamba@v1
uses: mamba-org/setup-micromamba@v2
with:
environment-file: ./micromamba/environment-dev.yml
environment-name: build_env
Expand Down Expand Up @@ -223,7 +223,7 @@ jobs:
run: |
tar -xvf umamba.tar
- name: create build environment
uses: mamba-org/setup-micromamba@v1
uses: mamba-org/setup-micromamba@v2
with:
environment-file: ./micromamba/environment-dev.yml
environment-name: build_env
Expand Down

0 comments on commit e76b1cd

Please sign in to comment.