We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eb74975 commit 56b0f6eCopy full SHA for 56b0f6e
.github/workflows/ipywidgets-bokeh-ci.yml
@@ -16,6 +16,7 @@ jobs:
16
matrix:
17
os: [ubuntu-latest, macos-latest, windows-latest]
18
node-version: [18.x]
19
+ browser: [chromium, firefox, webkit]
20
21
steps:
22
- name: Checkout the repository
@@ -63,6 +64,7 @@ jobs:
63
64
run: |
65
python -m pip install --upgrade pip
66
python -m pip install --editable .[dev]
67
+ python -m playwright install --with-deps ${{ matrix.browser }}
68
69
- name: Run Playwright & Python tests
70
if: success() || failure()
0 commit comments