We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3d221fe commit f88f908Copy full SHA for f88f908
.github/workflows/main.yml
@@ -261,7 +261,7 @@ jobs:
261
restore-keys: |
262
${{ runner.os }}-pip-
263
- name: Install the Python dependencies
264
- run: python -m pip install jupyterlab~=3.0 pytest pytest-check-links
+ run: python -m pip install jupyter_packaging~=0.7.9 jupyterlab~=3.0 pytest pytest-check-links
265
- name: Bootstrap the jlpm deps
266
run: jlpm
267
- name: Build all the extensions
0 commit comments