We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a119251 commit e611757Copy full SHA for e611757
1 file changed
.github/workflows/github_actions_tests.yml
@@ -44,7 +44,7 @@ jobs:
44
- name: Install all Playwright Browsers
45
run: |
46
source .venv/bin/activate
47
- python -m playwright install chrome --with-deps
+ python -m playwright install --with-deps
48
49
- name: Create .env file from workflow
50
0 commit comments