Skip to content

Commit f88f908

Browse files
committed
Fix missing jupyter-packaging
1 parent 3d221fe commit f88f908

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -261,7 +261,7 @@ jobs:
261261
restore-keys: |
262262
${{ runner.os }}-pip-
263263
- name: Install the Python dependencies
264-
run: python -m pip install jupyterlab~=3.0 pytest pytest-check-links
264+
run: python -m pip install jupyter_packaging~=0.7.9 jupyterlab~=3.0 pytest pytest-check-links
265265
- name: Bootstrap the jlpm deps
266266
run: jlpm
267267
- name: Build all the extensions

0 commit comments

Comments
 (0)