Skip to content

Commit d00526f

Browse files
committed
install lab
1 parent ebb08e6 commit d00526f

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

.github/workflows/build.yml

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

188188
- name: Install dependencies
189-
run: jlpm
189+
run: |
190+
python -m pip install -U "jupyterlab>=4.6.0a2,<4.7"
191+
jlpm
190192
191193
- name: Measure bundle sizes
192194
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)