Skip to content

Commit

Permalink
Merge pull request #25 from ssciwr/dependabot/github_actions/mamba-or…
Browse files Browse the repository at this point in the history
…g/setup-micromamba-2

Bump mamba-org/setup-micromamba from 1 to 2
lkeegan authored Jan 30, 2025

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
2 parents bc178a2 + 7be5927 commit fb2d7cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -21,7 +21,7 @@ jobs:
shell: bash -leo pipefail {0}
steps:
- uses: actions/checkout@v4
- uses: mamba-org/setup-micromamba@v1
- uses: mamba-org/setup-micromamba@v2
with:
environment-file: environment.yml
- run: jupyter execute *.ipynb

0 comments on commit fb2d7cd

Please sign in to comment.