Skip to content

Commit adfcfa3

Browse files
committed
Try running pytest on Windows and only download chromium
1 parent b70ea4c commit adfcfa3

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
@@ -70,10 +70,9 @@ jobs:
7070
conda install -y pip python=${{ matrix.python-version }}
7171
conda info
7272
python -m pip install --editable .[dev]
73-
python -m playwright install --with-deps
73+
python -m playwright install chromium
7474
7575
- name: Run Playwright & Python tests
76-
if: matrix.os != 'windows-latest'
7776
run: |
7877
pytest
7978

0 commit comments

Comments
 (0)