We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ebb08e6 commit d00526fCopy full SHA for d00526f
2 files changed
.github/workflows/build.yml
@@ -186,7 +186,9 @@ jobs:
186
- uses: jupyterlab/maintainer-tools/.github/actions/base-setup@v1
187
188
- name: Install dependencies
189
- run: jlpm
+ run: |
190
+ python -m pip install -U "jupyterlab>=4.6.0a2,<4.7"
191
+ jlpm
192
193
- name: Measure bundle sizes
194
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