Skip to content

Commit d5a2ba4

Browse files
committed
Install notebook for widgetsnbextension install test
1 parent 0ea2ee9 commit d5a2ba4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/packaging.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -113,5 +113,7 @@ jobs:
113113
- name: Check the Classic Notebook extension is installed
114114
if: matrix.dist != 'jupyterlab_widgets*.tar.gz'
115115
run: |
116+
${{ matrix.py_cmd }} -m pip install notebook~=6.0
117+
116118
jupyter nbextension list
117119
jupyter nbextension list 2>&1 | grep -ie "jupyter-js-widgets/extension.*enabled" -

0 commit comments

Comments
 (0)