Skip to content

Commit c4d9c21

Browse files
committed
Install JupyterLab for packaging tests
1 parent 9f6f756 commit c4d9c21

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/packaging.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
5050
- name: Install dependencies
5151
run: |
52-
python -m pip install --upgrade pip wheel build
52+
python -m pip install --upgrade pip wheel build jupyterlab~=3.0
5353
- name: Build PyPI distributions for ipywidgets
5454
run: |
5555
python -m build

0 commit comments

Comments
 (0)