Skip to content

Commit e02e052

Browse files
committed
Fix publish release
1 parent 727d33c commit e02e052

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

.github/workflows/publish-release.yml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,14 @@ jobs:
1919
permissions:
2020
id-token: write
2121
steps:
22-
- uses: jupyterlab/maintainer-tools/.github/actions/base-setup@v1
22+
- name: Install Conda environment with Micromamba
23+
uses: mamba-org/setup-micromamba@v1
24+
with:
25+
environment-name: cad
26+
create-args: >-
27+
python=3.9
28+
jupyterlab=4.0.12
29+
yarn=3
2330
2431
- uses: actions/create-github-app-token@v1
2532
id: app-token

0 commit comments

Comments
 (0)