Skip to content

Commit 400a790

Browse files
committed
change link to develop in CI
1 parent 9849eac commit 400a790

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/build.yml

+3-2
Original file line numberDiff line numberDiff line change
@@ -80,5 +80,6 @@ jobs:
8080
pip install jupyterlab
8181
# Make sure our lab extension was installed.
8282
jupyter labextension list 2>&1 | grep -ie "jupyter-widget-testwidgets.*OK"
83-
# Make sure our lab extension can be linked.
84-
jupyter labextension link
83+
# Make sure our lab extension can be develop installed.
84+
pip install jupyter_packaging==0.7.9
85+
jupyter labextension develop . --overwrite

0 commit comments

Comments
 (0)