Skip to content

Commit f151fba

Browse files
authored
Install the latest 4 version of Jupyterlab
1 parent 0f17faf commit f151fba

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

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

3030
- name: Install dependencies
31-
run: python -m pip install -U "jupyterlab>=4.0.0,<5"
31+
run: python -m pip install -U "jupyterlab~=4.0"
3232

3333
- name: Lint the extension
3434
run: |
@@ -77,7 +77,7 @@ jobs:
7777
- vega3
7878
jupyterlab:
7979
- "3.6"
80-
- 4.0.0
80+
- "4.0"
8181
exclude:
8282
- extension: katex
8383
jupyterlab: "3.6"

0 commit comments

Comments
 (0)