Skip to content

Commit

Permalink
Update jupyterlab dependancy
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthew Toohey committed Aug 5, 2023
1 parent 9a3c637 commit 3b6fc58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
python -m pip install "jupyterla==4.0.0a35" "jupyter_packaging~=0.10,<2" twine build
python -m pip install "jupyterlab==4.0.0a35" "jupyter_packaging~=0.10,<2" twine build
- name: Build and publish package
run: |
jlpm
Expand Down

0 comments on commit 3b6fc58

Please sign in to comment.