Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
hansthen committed Jan 18, 2025
1 parent 81d8720 commit 9f38d99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test_playwright.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
- name: Install python dependencies
run: |
python -m pip install --upgrade pip
pip install flake8 pytest pytest-playwrigh
pip install flake8 pytest pytest-playwright
if [ -f tests/streamlit/requirements.txt ]; then pip install -r tests/streamlit/requirements.txt; fi
pip install -e . --force-reinstall
- uses: pre-commit/[email protected]
Expand Down

0 comments on commit 9f38d99

Please sign in to comment.