From b0430abdb36bebdd2909b64c5d0d0c6bc765320f Mon Sep 17 00:00:00 2001 From: rkishony Date: Wed, 22 May 2024 16:11:40 -0400 Subject: [PATCH] another try --- .github/workflows/wheels.yml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/.github/workflows/wheels.yml b/.github/workflows/wheels.yml index 353ed735..fb45a132 100644 --- a/.github/workflows/wheels.yml +++ b/.github/workflows/wheels.yml @@ -48,12 +48,16 @@ jobs: python -m pip install --upgrade pip setuptools python -m pip install jupyterlab==3.1 wheel + - name: Install Node.js Dependencies + run: npm install + + - name: Install Playwright Browsers + run: npx playwright install + - name: Build the extension run: | set -eux - npm install python -m pip install . - python -m pip install jupyterlab==3.1 echo "Listing Jupyter Lab Extensions" jupyter labextension list