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 f5160f9 commit 6eb969fCopy full SHA for 6eb969f
.github/workflows/test_playwright.yml
@@ -29,7 +29,7 @@ jobs:
29
run: |
30
python -m pip install --upgrade pip
31
pip install flake8 pytest pytest-playwright
32
- if [ -f tests/streamlit/requirements.txt ]; then pip install -r tests/streamlit/requirements.txt; fi
+ 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]
35
- name: Install playwright dependencies
0 commit comments