From 9f38d99d1a71887c8eb913e5c6fd0ce389990a99 Mon Sep 17 00:00:00 2001 From: Hans Then Date: Sat, 18 Jan 2025 18:38:17 +0100 Subject: [PATCH] Fix typo --- .github/workflows/test_playwright.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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