Skip to content

Commit fdcd76b

Browse files
committed
Remove upper bound from CI build
1 parent 11d317c commit fdcd76b

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
@@ -175,7 +175,7 @@ jobs:
175175
run: |
176176
set -eux
177177
cp ./jupytergis/dist/jupytergis*.whl ./jupytergis_core/dist/jupytergis*.whl ./jupytergis_lab/dist/jupytergis*.whl ./jupytergis_qgis/dist/jupytergis*.whl .
178-
python -m pip install jupytergis*.whl "jupyter-collaboration>=3,<4" "jupyterlab==4.4.2"
178+
python -m pip install jupytergis*.whl "jupyter-collaboration>=3" "jupyterlab==4.4.2"
179179
180180
- name: Install
181181
shell: bash -l {0}

0 commit comments

Comments
 (0)