Skip to content

Commit 214baea

Browse files
author
perovskite
committed
Remove matrix browser key in GH action
- This also installs all browsers using playwright.
1 parent 56b0f6e commit 214baea

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

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

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

2120
steps:
2221
- name: Checkout the repository
@@ -64,7 +63,7 @@ jobs:
6463
run: |
6564
python -m pip install --upgrade pip
6665
python -m pip install --editable .[dev]
67-
python -m playwright install --with-deps ${{ matrix.browser }}
66+
python -m playwright install --with-deps
6867
6968
- name: Run Playwright & Python tests
7069
if: success() || failure()

0 commit comments

Comments
 (0)