diff --git a/.github/workflows/test_playwright.yml b/.github/workflows/test_playwright.yml index 6f4145f75..1fc9972c9 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-playwright + pip install flake8 pytest pytest-playwrigh 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 diff --git a/tests/streamlit/requirements.txt b/tests/streamlit/requirements.txt index eaae73fe3..888db5250 100644 --- a/tests/streamlit/requirements.txt +++ b/tests/streamlit/requirements.txt @@ -3,3 +3,4 @@ pytest>=7.1.2 pytest-playwright pytest-rerunfailures streamlit>=1.13.0,!=1.34.0 +streamlit-folium