Skip to content

Commit bb2b22b

Browse files
committed
install only chromium browser
1 parent 4553678 commit bb2b22b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/github_actions_tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
- name: Install Playwright Browsers
4545
run: |
4646
source .venv/bin/activate
47-
python -m playwright install --with-deps
47+
python -m playwright install chrome --with-deps
4848
4949
- name: Create .env file from workflow
5050
run: |

0 commit comments

Comments
 (0)