diff --git a/.github/workflows/js-tests.yml b/.github/workflows/js-tests.yml index d81201cf..e0162454 100644 --- a/.github/workflows/js-tests.yml +++ b/.github/workflows/js-tests.yml @@ -18,7 +18,7 @@ jobs: python-version: "3.11" - name: Install dependencies run: | - npm ci + npm install python -m pip install . python -m pip install jupyterlab - name: Install Playwright Browser