Skip to content

Commit 2f9dc8d

Browse files
committed
try fix 4
1 parent 1be2b5e commit 2f9dc8d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/github_actions_tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
- name: Install Playwright Browsers
3535
run: |
3636
source .venv/bin/activate
37-
python -m playwright install chrome --with-deps
37+
python -m playwright install --with-deps
3838
3939
- name: Create .env file from workflow
4040
run: |

requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
playwright==1.52.0
1+
playwright
22
py
33
pyee
44
pyparsing==3.0.6
55
pytest
66
pytest-base-url==1.4.2
77
pytest-forked==1.4.0
8-
pytest-playwright==0.2.3
8+
pytest-playwright
99
python-slugify==5.0.2
1010
pytest-html
1111
requests

0 commit comments

Comments
 (0)