Skip to content

Commit

Permalink
fix the build bug
Browse files Browse the repository at this point in the history
  • Loading branch information
dou-du committed Aug 16, 2022
1 parent 0d0d165 commit 2e6360e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
uses: jupyterlab/maintainer-tools/.github/actions/base-setup@v1

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

- name: Lint the extension
run: |
Expand Down

0 comments on commit 2e6360e

Please sign in to comment.