Skip to content

Commit

Permalink
another try
Browse files Browse the repository at this point in the history
  • Loading branch information
rkishony committed May 22, 2024
1 parent 73ac41d commit b0430ab
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b0430ab

Please # to comment.