Skip to content

Commit 56b0f6e

Browse files
author
perovskite
committed
Add browser install for playwright
1 parent eb74975 commit 56b0f6e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ipywidgets-bokeh-ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ jobs:
1616
matrix:
1717
os: [ubuntu-latest, macos-latest, windows-latest]
1818
node-version: [18.x]
19+
browser: [chromium, firefox, webkit]
1920

2021
steps:
2122
- name: Checkout the repository
@@ -63,6 +64,7 @@ jobs:
6364
run: |
6465
python -m pip install --upgrade pip
6566
python -m pip install --editable .[dev]
67+
python -m playwright install --with-deps ${{ matrix.browser }}
6668
6769
- name: Run Playwright & Python tests
6870
if: success() || failure()

0 commit comments

Comments
 (0)