We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a541d6c commit e2a620cCopy full SHA for e2a620c
1 file changed
.github/workflows/test_and_release.yml
@@ -77,7 +77,7 @@ jobs:
77
run: |
78
pip install .
79
pip install -r tests/requirements.txt
80
- # Install playwright requirements
+ # Install requirements for playwright
81
playwright install
82
# Run the tests with coverage so we get a coverage report too
83
pip install coverage
0 commit comments