We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 48720ab commit 3279434Copy full SHA for 3279434
1 file changed
.github/workflows/github_actions_tests.yml
@@ -31,7 +31,7 @@ jobs:
31
- name: Install Playwright Browsers
32
run: |
33
source .venv/bin/activate
34
- python -m playwright install --with-deps
+ python -m playwright install chrome --with-deps
35
36
- name: create enviornment file from workflow
37
0 commit comments