Skip to content

Commit 7aa7cb7

Browse files
committed
Unpin jupyterlab version for integration test
1 parent 97dccc8 commit 7aa7cb7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ jobs:
108108
- name: Install the extension
109109
run: |
110110
set -eux
111-
python -m pip install "jupyterlab==4.0.2" jupyterlab_urdf*.whl
111+
python -m pip install "jupyterlab>=4.0.2,<5" jupyterlab_urdf*.whl
112112
jupyter labextension list
113113
114114
- name: Install dependencies

0 commit comments

Comments
 (0)