We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 659609f commit 4de2a30Copy full SHA for 4de2a30
1 file changed
.github/workflows/build.yml
@@ -109,7 +109,7 @@ jobs:
109
name: extension-artifacts
110
- name: Install the dependencies
111
run: |
112
- python -m pip install --pre jupyterlite-core jupyter-server jupyterlite_javascript_kernel*.whl
+ python -m pip install --pre jupyterlite-core jupyter-server jupyterlab-widgets jupyterlite_javascript_kernel*.whl
113
- name: Build the JupyterLite site
114
115
jupyter lite build --output-dir dist --contents examples
0 commit comments