Skip to content

Commit 93a7b64

Browse files
committed
cleanup
1 parent 5244e45 commit 93a7b64

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -56,11 +56,10 @@ jobs:
5656
working-directory: jupyter-widget-testwidgets
5757
run: |
5858
# Validate nbextension
59-
jupyter nbextension list
60-
jupyter nbextension list 2>&1 | grep -ie "jupyter-widget-testwidgets.*enabled"
59+
jupyter nbextension list 2>&1 | grep -ie "jupyter-js-widgets/extension.*enabled"
6160
6261
# Validate labextension
63-
pip install -U jupyterlab~=3.0 jupyter_packaging~=0.7
62+
pip install -U jupyterlab~=3.0
6463
# Make sure our lab extension was installed.
6564
jupyter labextension list 2>&1 | grep -ie "jupyter-widget-testwidgets.*OK"
6665
# Make sure our lab extension can be develop installed.

0 commit comments

Comments
 (0)