Skip to content

Commit 7a663c4

Browse files
committed
Debug integration test continued
1 parent 574f221 commit 7a663c4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,8 @@ jobs:
108108
- name: Install the extension
109109
run: |
110110
set -eux
111-
python -m pip install "jupyterlab>=4.0.0,<5" jupyterlab_urdf*.whl
111+
python -m pip install "jupyterlab==4.0.2" jupyterlab_urdf*.whl
112+
pip list | grep jupyter
112113
jupyter labextension list
113114
114115
- name: Install dependencies

0 commit comments

Comments
 (0)