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 412a1c0 commit 6273dbeCopy full SHA for 6273dbe
.github/workflows/build.yml
@@ -43,7 +43,7 @@ jobs:
43
- name: Install jupyterlab_widgets
44
run: |
45
cd python/jupyterlab_widgets
46
- pip install -vv -e . --no-deps
+ pip install -vv . --no-deps
47
48
- name: Install widgetsnbextension
49
dev-install.sh
@@ -47,6 +47,6 @@ pip install -v -e "./python/ipywidgets[test]"
if test "$skip_jupyter_lab" != yes; then
echo -n "jupyterlab_ipywidgets"
pip install jupyter_packaging
50
- pip -q install ./python/jupyterlab_widgets
+ pip install ./python/jupyterlab_widgets
51
jupyter labextension develop jupyterlab_widgets --overwrite
52
fi
0 commit comments