Skip to content

Commit

Permalink
build(deps): Bump mamba-org/setup-micromamba
Browse files Browse the repository at this point in the history
Bumps [mamba-org/setup-micromamba](https://github.com/mamba-org/setup-micromamba) from 23e257ce1bdee5c863c217655617477b5887b494 to 5355d2492d268dbdaf56e69f6bb31ffeed15a934.
- [Release notes](https://github.com/mamba-org/setup-micromamba/releases)
- [Commits](mamba-org/setup-micromamba@23e257c...5355d24)

---
updated-dependencies:
- dependency-name: mamba-org/setup-micromamba
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Apr 1, 2024
1 parent 7858373 commit a59c35e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: micromamba installation
uses: mamba-org/setup-micromamba@23e257ce1bdee5c863c217655617477b5887b494
uses: mamba-org/setup-micromamba@5355d2492d268dbdaf56e69f6bb31ffeed15a934
- name: add micromamba to GITHUB_PATH
run: echo "${HOME}/micromamba-bin" >> "$GITHUB_PATH"
- name: Install Python 3.11
Expand All @@ -43,7 +43,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: conda env setup
uses: mamba-org/setup-micromamba@23e257ce1bdee5c863c217655617477b5887b494
uses: mamba-org/setup-micromamba@5355d2492d268dbdaf56e69f6bb31ffeed15a934
with:
environment-file: environment.yml
cache-environment: true
Expand Down

0 comments on commit a59c35e

Please sign in to comment.