Skip to content

Commit

Permalink
increase the jupyterlab version in release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
liadomide authored Sep 23, 2024
1 parent 5d05c14 commit 7229b1e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Install dependencies
run: |
python -m pip install -U jupyterlab~=3.6 setuptools twine build
python -m pip install -U "jupyterlab>=4.0.0,<5" setuptools twine build
- name: Build package
run: |
Expand Down

0 comments on commit 7229b1e

Please sign in to comment.