We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0d0d165 commit 2e6360eCopy full SHA for 2e6360e
1 file changed
.github/workflows/build.yml
@@ -18,7 +18,7 @@ jobs:
18
uses: jupyterlab/maintainer-tools/.github/actions/base-setup@v1
19
20
- name: Install dependencies
21
- run: python -m pip install -U jupyterlab~=3.1 check-manifest
+ run: python -m pip install -U jupyterlab check-manifest
22
23
- name: Lint the extension
24
run: |
0 commit comments