Skip to content

Commit 9f38d99

Browse files
committed
Fix typo
1 parent 81d8720 commit 9f38d99

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test_playwright.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
- name: Install python dependencies
2929
run: |
3030
python -m pip install --upgrade pip
31-
pip install flake8 pytest pytest-playwrigh
31+
pip install flake8 pytest pytest-playwright
3232
if [ -f tests/streamlit/requirements.txt ]; then pip install -r tests/streamlit/requirements.txt; fi
3333
pip install -e . --force-reinstall
3434
- uses: pre-commit/[email protected]

0 commit comments

Comments
 (0)