Skip to content

Commit 39b1204

Browse files
committed
Add notebook direct dependency
1 parent d2a7a7d commit 39b1204

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

.github/workflows/job.test.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -454,6 +454,9 @@ jobs:
454454
- name: Install JupyterLab
455455
shell: bash -l {0}
456456
run: python -m pip install 'jupyterlab${{ matrix.lab }}'
457+
- name: Install Notebook (to test serverextension)
458+
shell: bash -l {0}
459+
run: python -m pip install 'notebook'
457460
- name: Install the server package
458461
run: cd dist && python -m pip install -vv jupyter_lsp*.whl
459462
- name: install the source extension

requirements/github-actions.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ channels:
66

77
dependencies:
88
- jupyterlab {lab}
9+
# to test serverextension
10+
- notebook
911
# build dependencies
1012
- pip
1113
- nodejs {nodejs}

0 commit comments

Comments
 (0)