We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d89e239 commit 3a8fc09Copy full SHA for 3a8fc09
2 files changed
.github/workflows/build.yml
@@ -189,7 +189,9 @@ jobs:
189
- uses: jupyterlab/maintainer-tools/.github/actions/base-setup@v1
190
191
- name: Install dependencies
192
- run: jlpm
+ run: |
193
+ python -m pip install -U "jupyterlab>=4.6.0a2,<4.7"
194
+ jlpm
195
196
- name: Measure bundle sizes
197
run: |
.github/workflows/buildutils.yml
@@ -29,7 +29,7 @@ jobs:
29
30
31
32
- python -m pip install -U "jupyterlab>=4.6.0a0,<4.7" hatch
+ python -m pip install -U "jupyterlab>=4.6.0a2,<4.7" hatch
33
jlpm
34
jlpm run build
35
@@ -79,6 +79,6 @@ jobs:
79
80
81
82
- python -m pip install -U "jupyterlab>=4.6.0a0,<4.7" pip
+ python -m pip install -U "jupyterlab>=4.6.0a2,<4.7" pip
83
84
0 commit comments