Skip to content

Commit cedd9b8

Browse files
committed
Verbosity of pip is too much
1 parent 89619a5 commit cedd9b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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 install -v ./python/jupyterlab_widgets
50+
pip install ./python/jupyterlab_widgets
5151
jupyter labextension develop jupyterlab_widgets --overwrite
5252
fi

0 commit comments

Comments
 (0)