We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9ef7bf8 commit cf3f022Copy full SHA for cf3f022
1 file changed
.github/workflows/pytest_ords.yml
@@ -46,7 +46,7 @@ jobs:
46
python -m pip install boto3
47
python -m pip install flaky
48
python -m pip install .
49
- rebrowser_playwright install
+ rebrowser_playwright install --with-deps
50
- name: Run pytest and Generate coverage report
51
shell: bash -l {0}
52
run: |
0 commit comments