Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump mamba-org/setup-micromamba from 1 to 2 #648

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions .github/workflows/ci-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
- name: environment set up
id: env-setup
continue-on-error: true
uses: mamba-org/setup-micromamba@v1
uses: mamba-org/setup-micromamba@v2
with:
micromamba-version: '1.5.10-0'
environment-name: import_test
Expand All @@ -39,7 +39,7 @@ jobs:

- name: retry environment setup if failed
if: steps.env-setup.outcome == 'failure'
uses: mamba-org/setup-micromamba@v1
uses: mamba-org/setup-micromamba@v2
with:
download-micromamba: false
environment-name: import_test
Expand Down Expand Up @@ -74,7 +74,7 @@ jobs:
- name: environment set up
id: env-setup
continue-on-error: true
uses: mamba-org/setup-micromamba@v1
uses: mamba-org/setup-micromamba@v2
with:
environment-name: import_test
create-args: >-
Expand All @@ -84,7 +84,7 @@ jobs:

- name: retry environment setup if failed
if: steps.env-setup.outcome == 'failure'
uses: mamba-org/setup-micromamba@v1
uses: mamba-org/setup-micromamba@v2
with:
download-micromamba: false
environment-name: import_test
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
- name: environment setup
id: env-setup
continue-on-error: true
uses: mamba-org/setup-micromamba@v1
uses: mamba-org/setup-micromamba@v2
with:
micromamba-version: '1.5.10-0'
environment-file: build_envs/environment.yml
Expand All @@ -48,7 +48,7 @@ jobs:

- name: retry environment set up if failed
if: steps.env-setup.outcome == 'failure'
uses: mamba-org/setup-micromamba@v1
uses: mamba-org/setup-micromamba@v2
with:
download-micromamba: false
environment-file: build_envs/environment.yml
Expand Down Expand Up @@ -114,7 +114,7 @@ jobs:
- name: environment setup
id: link-env-setup
continue-on-error: true
uses: mamba-org/setup-micromamba@v1
uses: mamba-org/setup-micromamba@v2
with:
micromamba-version: '1.5.10-0'
environment-file: build_envs/docs.yml
Expand All @@ -125,7 +125,7 @@ jobs:

- name: retry environment set up if failed
if: steps.link-env-setup.outcome == 'failure'
uses: mamba-org/setup-micromamba@v1
uses: mamba-org/setup-micromamba@v2
with:
download-micromamba: false
environment-file: build_envs/docs.yml
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/upstream-dev-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
- name: set up environment
id: env-setup
continue-on-error: true
uses: mamba-org/setup-micromamba@v1
uses: mamba-org/setup-micromamba@v2
with:
micromamba-version: '1.5.10-0'
environment-file: build_envs/environment.yml
Expand All @@ -38,7 +38,7 @@ jobs:

- name: retry environment set up if failed
if: steps.env-setup.outcome == 'failure'
uses: mamba-org/setup-micromamba@v1
uses: mamba-org/setup-micromamba@v2
with:
download-micromamba: false
environment-file: build_envs/environment.yml
Expand Down
Loading