Skip to content

Commit

Permalink
switch to mamba-org/setup-micromamba@v2
Browse files Browse the repository at this point in the history
  • Loading branch information
chrispyles committed Oct 4, 2024
1 parent 447cc31 commit 9eaf5ff
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/run-docker-tests-beta.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
packages: >-
poetry
- uses: mamba-org/setup-micromamba@v1
- uses: mamba-org/setup-micromamba@v2
if: ${{ steps.check-branch.outputs.run == 'true' }}
with:
environment-file: environment.yml
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/run-docker-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:

- uses: r-lib/actions/setup-pandoc@v2

- uses: mamba-org/setup-micromamba@v1
- uses: mamba-org/setup-micromamba@v2
with:
environment-file: environment.yml
init-shell: >-
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:

- uses: r-lib/actions/setup-pandoc@v2

- uses: mamba-org/setup-micromamba@v1
- uses: mamba-org/setup-micromamba@v2
with:
environment-file: environment.yml
init-shell: >-
Expand Down

0 comments on commit 9eaf5ff

Please sign in to comment.