Skip to content

Commit 6273dbe

Browse files
committed
Iterate
1 parent 412a1c0 commit 6273dbe

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
- name: Install jupyterlab_widgets
4444
run: |
4545
cd python/jupyterlab_widgets
46-
pip install -vv -e . --no-deps
46+
pip install -vv . --no-deps
4747
4848
- name: Install widgetsnbextension
4949
run: |

dev-install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,6 @@ pip install -v -e "./python/ipywidgets[test]"
4747
if test "$skip_jupyter_lab" != yes; then
4848
echo -n "jupyterlab_ipywidgets"
4949
pip install jupyter_packaging
50-
pip -q install ./python/jupyterlab_widgets
50+
pip install ./python/jupyterlab_widgets
5151
jupyter labextension develop jupyterlab_widgets --overwrite
5252
fi

0 commit comments

Comments
 (0)