From 7229b1e52f826ca21f977a64d0adca7874eaaf5f Mon Sep 17 00:00:00 2001 From: Lia Domide Date: Mon, 23 Sep 2024 17:17:17 +0300 Subject: [PATCH] increase the jupyterlab version in release.yml --- .github/workflows/release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 0ddb84f..eeda3fb 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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: |