Skip to content

Commit 2e6360e

Browse files
committed
fix the build bug
1 parent 0d0d165 commit 2e6360e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
uses: jupyterlab/maintainer-tools/.github/actions/base-setup@v1
1919

2020
- name: Install dependencies
21-
run: python -m pip install -U jupyterlab~=3.1 check-manifest
21+
run: python -m pip install -U jupyterlab check-manifest
2222

2323
- name: Lint the extension
2424
run: |

0 commit comments

Comments
 (0)