Skip to content

Commit

Permalink
Fix missing jupyter-packaging
Browse files Browse the repository at this point in the history
  • Loading branch information
fcollonval committed Feb 18, 2021
1 parent 3d221fe commit f88f908
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -261,7 +261,7 @@ jobs:
restore-keys: |
${{ runner.os }}-pip-
- name: Install the Python dependencies
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
- name: Bootstrap the jlpm deps
run: jlpm
- name: Build all the extensions
Expand Down

0 comments on commit f88f908

Please sign in to comment.