Skip to content

Commit 900bd9c

Browse files
fix: add jupyterlab installation step before running jlpm in audit jobs
1 parent a9165b1 commit 900bd9c

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/build.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -184,6 +184,9 @@ jobs:
184184
uses: jupyterlab/maintainer-tools/.github/actions/base-setup@v1
185185

186186
- name: Install dependencies
187+
run: python -m pip install -U "jupyterlab>=4.0.0,<5"
188+
189+
- name: Install node dependencies
187190
run: jlpm
188191
env:
189192
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
@@ -205,6 +208,9 @@ jobs:
205208
uses: jupyterlab/maintainer-tools/.github/actions/base-setup@v1
206209

207210
- name: Install dependencies
211+
run: python -m pip install -U "jupyterlab>=4.0.0,<5"
212+
213+
- name: Install node dependencies
208214
run: jlpm
209215
env:
210216
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)