Skip to content

Commit

Permalink
ci: don't install beta of JLab
Browse files Browse the repository at this point in the history
  • Loading branch information
agoose77 committed Sep 22, 2023
1 parent 02e7cfd commit 9b9f30d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions 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>=4.0.0b0,<5"
run: python -m pip install -U "jupyterlab>=4.0.0,<5"

- name: Lint the extension
run: |
Expand Down
2 changes: 2 additions & 0 deletions .prettierignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,5 @@ node_modules
**/package.json
!/package.json
jupyterlab_myst
.*/
docs/

0 comments on commit 9b9f30d

Please sign in to comment.