Skip to content

Commit

Permalink
Upgrade jupyterlab~=4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
liadomide committed Aug 13, 2024
1 parent 67e19a0 commit 3ca2ab6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
uses: jupyterlab/maintainer-tools/.github/actions/base-setup@v1

- name: Install dependencies
run: python -m pip install -U jupyterlab~=4 ebrains-drive pytest pytest-mock pytest-jupyter pytest_tornasync pytest-cov
run: python -m pip install -U jupyterlab~=4.2 ebrains-drive pytest pytest-mock pytest-jupyter pytest_tornasync pytest-cov

- name: Lint the extension
run: |
Expand Down Expand Up @@ -93,7 +93,7 @@ jobs:
sudo rm -rf $(which node)
sudo rm -rf $(which node)
pip install "jupyterlab~=4" tvb_ext_bucket*.tar.gz
pip install "jupyterlab~=4.2" tvb_ext_bucket*.tar.gz
jupyter server extension list
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:

- name: Install dependencies
run: |
python -m pip install -U jupyterlab~=4 setuptools twine build
python -m pip install -U jupyterlab~=4.2 setuptools twine build
- name: Build package
run: |
Expand Down

0 comments on commit 3ca2ab6

Please sign in to comment.