Skip to content

Commit f01846d

Browse files
committed
Pin jupyterlab for now
1 parent becf189 commit f01846d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
uses: jupyterlab/maintainer-tools/.github/actions/base-setup@v1
2121

2222
- name: Install dependencies
23-
run: python -m pip install -U "jupyterlab>=4.0.0,<5"
23+
run: python -m pip install -U "jupyterlab>=4.0,<4.1"
2424

2525
- name: Lint the extension
2626
run: |
@@ -74,7 +74,7 @@ jobs:
7474
sudo rm -rf $(which node)
7575
sudo rm -rf $(which node)
7676
77-
pip install "jupyterlab>=4.0.0,<5" p5_notebook*.whl
77+
pip install "jupyterlab>=4.0,<4.1" p5_notebook*.whl
7878
7979
8080
jupyter labextension list

0 commit comments

Comments
 (0)