Skip to content

Commit

Permalink
Fix lint check
Browse files Browse the repository at this point in the history
  • Loading branch information
jtpio committed Sep 26, 2024
1 parent e4ac2db commit de5b2fd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 8 deletions.
9 changes: 2 additions & 7 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,17 +18,12 @@ jobs:
uses: jupyterlab/maintainer-tools/.github/actions/base-setup@v1

- name: Install dependencies
run: python -m pip install -U "jupyterlab>=4.0.0,<5"

- name: Lint the extension
run: |
set -eux
jlpm
jlpm run lint:check
run: python -m pip install -U "jupyterlab>=4.2.0,<5"

- name: Build the extension
run: |
set -eux
jlpm
python -m pip install .[test]
jupyter labextension list
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- name: Base Setup
uses: jupyterlab/maintainer-tools/.github/actions/base-setup@v1
- name: Install JupyterLab
run: python -m pip install 'jupyterlab >=3.1,<4'
run: python -m pip install 'jupyterlab >=4.2.0,<5'
- name: Lint TypeScript
run: |
jlpm
Expand Down

0 comments on commit de5b2fd

Please sign in to comment.