From f27d0010e3cf8b57388815e2c33e79e23f43dfb6 Mon Sep 17 00:00:00 2001 From: Duc Trung Le Date: Tue, 14 May 2024 21:42:21 +0200 Subject: [PATCH] Pin JupyterLab --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index fd3fd3ec1..ab796c29a 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -22,7 +22,7 @@ jobs: - name: Install Dependencies run: | - python -m pip install -U jupyterlab~=4.0 jupyter_packaging~=0.10 "notebook<7" + python -m pip install -U jupyterlab~=4.1.0 jupyter_packaging~=0.10 "notebook<7" - name: Install the VoilĂ  Preview JupyterLab extension run: |