Skip to content

Commit c53c4d3

Browse files
fix: install jupyterlab to provide jlpm command in spell-check CI
The Base Setup action provides Python and yarn but not jlpm. Installing jupyterlab via pip provides the jlpm command, following the pattern used in build.yml.
1 parent ad6b89f commit c53c4d3

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/ci.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,9 @@ jobs:
2121
- name: Base Setup
2222
uses: jupyterlab/maintainer-tools/.github/actions/base-setup@v1
2323

24+
- name: Install JupyterLab
25+
run: python -m pip install -U "jupyterlab>=4.0.0,<5"
26+
2427
- name: Install dependencies
2528
run: jlpm
2629
env:

0 commit comments

Comments
 (0)