Skip to content

Commit 343861b

Browse files
committed
install only chrome browser
1 parent f071f83 commit 343861b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/devRun.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
- name: Install Playwright Browsers
4141
run: |
4242
PLAYWRIGHT_VERSION=$(grep -E '^playwright = "[^"]*"' pyproject.toml | sed -E 's/playwright = "([^"]*)".*$/\1/')
43-
npx playwright@$PLAYWRIGHT_VERSION install --with-deps
43+
npx playwright@$PLAYWRIGHT_VERSION install --with-deps --browser=chromium
4444
4545
- name: Test with pytest
4646
run: |

0 commit comments

Comments
 (0)