diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 4f5130b1..4120b35e 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -278,7 +278,7 @@ jobs: - uses: jupyterlab/maintainer-tools/.github/actions/base-setup@v1 - name: Install dependencies run: | - pip install jupyterlab . + pip install jupyterlab==4.2.5 jupyter-collaboration==3.0.0 - name: Install playwright env: PLAYWRIGHT_SKIP_BROWSER_DOWNLOAD: 1