File tree Expand file tree Collapse file tree 2 files changed +5
-3
lines changed
Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Original file line number Diff line number Diff 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 : |
Original file line number Diff line number Diff line change 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
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
You can’t perform that action at this time.
0 commit comments