We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4a307c2 commit 5e90454Copy full SHA for 5e90454
.github/workflows/playwright.yml
@@ -25,7 +25,7 @@ jobs:
25
- name: Install dependencies
26
run: |
27
python -m pip install --upgrade pip
28
- pip install -r requirements-dev.txt
+ pip install -r requirements.txt
29
python -m playwright install --with-deps chromium
30
- name: Set up Ruby
31
uses: ruby/setup-ruby@v1
0 commit comments