Skip to content

Commit

Permalink
Pre-install micromamba in release actions (#45)
Browse files Browse the repository at this point in the history
  • Loading branch information
ianthomas23 authored Aug 19, 2024
1 parent 41cc8b0 commit 1fac256
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/publish-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@ jobs:
steps:
- uses: jupyterlab/maintainer-tools/.github/actions/base-setup@v1

- name: Install micromamba executable
uses: mamba-org/setup-micromamba@main

- uses: actions/create-github-app-token@v1
id: app-token
with:
Expand Down

0 comments on commit 1fac256

Please sign in to comment.