Skip to content

Commit 4de2a30

Browse files
authored
Install jupyterlab-widgets for the GitHub Pages deployment (#27)
1 parent 659609f commit 4de2a30

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.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 jupyter-server jupyterlite_javascript_kernel*.whl
112+
python -m pip install --pre jupyterlite-core jupyter-server jupyterlab-widgets 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)