Skip to content

Commit

Permalink
fix pin
Browse files Browse the repository at this point in the history
  • Loading branch information
bollwyvl committed Aug 8, 2023
1 parent fe982b1 commit 6fd6758
Showing 1 changed file with 1 addition and 1 deletion.
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 >=3.1,<4'
- name: Lint TypeScript
run: |
jlpm
Expand Down

0 comments on commit 6fd6758

Please sign in to comment.