Skip to content

Commit

Permalink
Change packaging workflow to jupyterlab~4.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
Alan Fleming committed Jun 4, 2024
1 parent 1bb65f4 commit 34cfd36
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/packaging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ jobs:
- name: Check the JupyterLab extension is installed
if: matrix.dist != 'widgetsnbextension*.tar.gz'
run: |
python -m pip install jupyterlab~=3.0
python -m pip install jupyterlab~=4.0
jupyter labextension list
jupyter labextension list 2>&1 | grep -ie "@jupyter-widgets/jupyterlab-manager.*enabled.*ok" -
Expand Down

0 comments on commit 34cfd36

Please sign in to comment.