Skip to content

Commit 6eb969f

Browse files
committed
Change tabs into spaces
1 parent f5160f9 commit 6eb969f

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
@@ -29,7 +29,7 @@ jobs:
2929
run: |
3030
python -m pip install --upgrade pip
3131
pip install flake8 pytest pytest-playwright
32-
if [ -f tests/streamlit/requirements.txt ]; then pip install -r tests/streamlit/requirements.txt; fi
32+
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]
3535
- name: Install playwright dependencies

0 commit comments

Comments
 (0)