Skip to content

Commit 3a8fc09

Browse files
committed
install lab
1 parent d89e239 commit 3a8fc09

2 files changed

Lines changed: 5 additions & 3 deletions

File tree

.github/workflows/build.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,9 @@ jobs:
189189
- uses: jupyterlab/maintainer-tools/.github/actions/base-setup@v1
190190

191191
- name: Install dependencies
192-
run: jlpm
192+
run: |
193+
python -m pip install -U "jupyterlab>=4.6.0a2,<4.7"
194+
jlpm
193195
194196
- name: Measure bundle sizes
195197
run: |

.github/workflows/buildutils.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929

3030
- name: Install dependencies
3131
run: |
32-
python -m pip install -U "jupyterlab>=4.6.0a0,<4.7" hatch
32+
python -m pip install -U "jupyterlab>=4.6.0a2,<4.7" hatch
3333
jlpm
3434
jlpm run build
3535
@@ -79,6 +79,6 @@ jobs:
7979

8080
- name: Install dependencies
8181
run: |
82-
python -m pip install -U "jupyterlab>=4.6.0a0,<4.7" pip
82+
python -m pip install -U "jupyterlab>=4.6.0a2,<4.7" pip
8383
jlpm
8484
jlpm run build

0 commit comments

Comments
 (0)