From 02d0c05f1b56e16214399a4ec32e7260b82d6316 Mon Sep 17 00:00:00 2001 From: David Brochart Date: Tue, 7 May 2024 23:04:30 +0200 Subject: [PATCH] Pin jupyterlab<4.2.0 in tests --- .github/workflows/test.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 5a057b48..0745ab48 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -27,7 +27,7 @@ jobs: - name: Install dependencies run: | - pip install "jupyterlab>=4.0.0,<5" + pip install "jupyterlab>=4.0.0,<4.2.0" pip install -e . jlpm @@ -68,7 +68,7 @@ jobs: - name: Install dependencies run: | - pip install "jupyterlab>=4.0.0,<5" + pip install "jupyterlab>=4.0.0,<4.2.0" pip install -e . jlpm @@ -103,7 +103,7 @@ jobs: - name: Install the Python dependencies run: | - python -m pip install "jupyterlab>=4.0.0,<5" + python -m pip install "jupyterlab>=4.0.0,<4.2.0" pip install -e ".[test]" codecov - name: List installed packages @@ -216,7 +216,7 @@ jobs: mkdir test tar --strip-components=1 -zxvf *.tar.gz -C ./test cd test - python -m pip install "jupyterlab>=4.0.0,<5" + python -m pip install "jupyterlab>=4.0.0,<4.2.0" python -m pip install ".[test]" echo "::endgroup::"