diff --git a/.github/workflows/test_playwright.yml b/.github/workflows/test_playwright.yml index 1fc9972c9..6f4145f75 100644 --- a/.github/workflows/test_playwright.yml +++ b/.github/workflows/test_playwright.yml @@ -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/action@v2.0.3