Skip to content

Commit d9c545c

Browse files
committed
add missing jupyter-server
1 parent 69df10f commit d9c545c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ jobs:
109109
name: extension-artifacts
110110
- name: Install the dependencies
111111
run: |
112-
python -m pip install --pre jupyterlite-core jupyterlite_javascript_kernel*.whl
112+
python -m pip install --pre jupyterlite-core jupyter-server jupyterlite_javascript_kernel*.whl
113113
- name: Build the JupyterLite site
114114
run: |
115115
jupyter lite build --output-dir dist --contents examples

0 commit comments

Comments
 (0)