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 81d8720 commit 9f38d99Copy full SHA for 9f38d99
.github/workflows/test_playwright.yml
@@ -28,7 +28,7 @@ jobs:
28
- name: Install python dependencies
29
run: |
30
python -m pip install --upgrade pip
31
- pip install flake8 pytest pytest-playwrigh
+ pip install flake8 pytest pytest-playwright
32
if [ -f tests/streamlit/requirements.txt ]; then pip install -r tests/streamlit/requirements.txt; fi
33
pip install -e . --force-reinstall
34
- uses: pre-commit/[email protected]
0 commit comments