Skip to content

Commit 5e90454

Browse files
authored
Update playwright.yml
1 parent 4a307c2 commit 5e90454

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/playwright.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
- name: Install dependencies
2626
run: |
2727
python -m pip install --upgrade pip
28-
pip install -r requirements-dev.txt
28+
pip install -r requirements.txt
2929
python -m playwright install --with-deps chromium
3030
- name: Set up Ruby
3131
uses: ruby/setup-ruby@v1

0 commit comments

Comments
 (0)