Skip to content

Commit

Permalink
bump micromamba action
Browse files Browse the repository at this point in the history
  • Loading branch information
aktech authored Nov 25, 2024
1 parent 399a605 commit 95515b1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
uses: actions/[email protected]

- name: Setup Python
uses: mamba-org/setup-micromamba@v1.8.0
uses: mamba-org/setup-micromamba@v2.0.1
with:
environment-file: environment-dev.yml
create-args: >-
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
- uses: actions/[email protected]

- name: Setup Python
uses: mamba-org/setup-micromamba@v1.8.1
uses: mamba-org/setup-micromamba@v2.0.1
with:
environment-file: environment-dev.yml
create-args: >-
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
- uses: actions/[email protected]

- name: Setup Python
uses: mamba-org/setup-micromamba@v1.8.1
uses: mamba-org/setup-micromamba@v2.0.1
with:
environment-file: environment-dev.yml
create-args: >-
Expand Down

0 comments on commit 95515b1

Please sign in to comment.