Skip to content

Commit

Permalink
Add micromamba to GITHUB_PATH (#6)
Browse files Browse the repository at this point in the history
  • Loading branch information
pavelzw authored Jun 16, 2023
1 parent 4ff052c commit 7520ee7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ jobs:
- uses: mamba-org/setup-micromamba@v1
with:
environment-file: environment.yml
- name: Add micromamba to GITHUB_PATH
run: echo "${HOME}/micromamba-bin" >> "$GITHUB_PATH"

- shell: bash -l {0}
id: fetch-release
Expand Down

0 comments on commit 7520ee7

Please sign in to comment.