Skip to content

Commit

Permalink
Bump mamba-org/setup-micromamba version to v1.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pavelzw authored and github-actions[bot] committed Oct 3, 2024
1 parent 0f7cae7 commit 152f870
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion template/.github/workflows/autoupdate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- name: Checkout branch
uses: actions/checkout@v4
- name: Set up Conda env
uses: mamba-org/setup-micromamba@f8b8a1e23a26f60a44c853292711bacfd3eac822
uses: mamba-org/setup-micromamba@59b11321ffd9186cd5165633a02c5bba47de6d13
with:
environment-file: environment.yml
environment-name: check-env
Expand Down
2 changes: 1 addition & 1 deletion template/.github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
with:
ref: ${{ github.head_ref }}
- name: Set up Conda env
uses: mamba-org/setup-micromamba@f8b8a1e23a26f60a44c853292711bacfd3eac822
uses: mamba-org/setup-micromamba@59b11321ffd9186cd5165633a02c5bba47de6d13
with:
environment-file: environment.yml
environment-name: test-env

0 comments on commit 152f870

Please sign in to comment.