Skip to content

Commit

Permalink
Add notebook direct dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
krassowski committed Oct 23, 2022
1 parent 0ab234e commit 132c1a2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/job.test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -454,6 +454,9 @@ jobs:
- name: Install JupyterLab
shell: bash -l {0}
run: python -m pip install 'jupyterlab${{ matrix.lab }}'
- name: Install Notebook (to test serverextension)
shell: bash -l {0}
run: python -m pip install 'notebook'
- name: Install the server package
run: cd dist && python -m pip install -vv jupyter_lsp*.whl
- name: install the source extension
Expand Down

0 comments on commit 132c1a2

Please sign in to comment.