Skip to content

Commit

Permalink
build(deps): Bump mamba-org/setup-micromamba from bdff0b7f317300a7c04…
Browse files Browse the repository at this point in the history
…a9050b17168c9a96a2a9a to 23e257ce1bdee5c863c217655617477b5887b494 (#26)

Co-authored-by: Robin Holzinger <robin.holzinger@tum.de>
  • Loading branch information
dependabot[bot] and robinholzi committed Jan 1, 2024
1 parent f3c3551 commit c8a59dd
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@bdff0b7f317300a7c04a9050b17168c9a96a2a9a
uses: mamba-org/setup-micromamba@23e257ce1bdee5c863c217655617477b5887b494
- 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@bdff0b7f317300a7c04a9050b17168c9a96a2a9a
uses: mamba-org/setup-micromamba@23e257ce1bdee5c863c217655617477b5887b494
with:
environment-file: environment.yml
cache-environment: true
Expand Down

0 comments on commit c8a59dd

Please sign in to comment.