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 7245f5a commit 21ba26eCopy full SHA for 21ba26e
.github/workflows/ci.yml
@@ -43,6 +43,7 @@ jobs:
43
pip install -r local-requirements.txt
44
pip install -e pytest-playwright
45
pip install -e pytest-playwright-asyncio
46
+ python -m pip install "pytest==9.*" -U --dry-run -v
47
playwright install --with-deps
48
if [ '${{ matrix.os }}' == 'macos-latest' ]; then
49
playwright install msedge --with-deps
0 commit comments