Skip to content

Commit 34cfd36

Browse files
author
Alan Fleming
committed
Change packaging workflow to jupyterlab~4.0.
1 parent 1bb65f4 commit 34cfd36

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/packaging.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ jobs:
134134
- name: Check the JupyterLab extension is installed
135135
if: matrix.dist != 'widgetsnbextension*.tar.gz'
136136
run: |
137-
python -m pip install jupyterlab~=3.0
137+
python -m pip install jupyterlab~=4.0
138138
139139
jupyter labextension list
140140
jupyter labextension list 2>&1 | grep -ie "@jupyter-widgets/jupyterlab-manager.*enabled.*ok" -

0 commit comments

Comments
 (0)