From 81d87206bf355ab8bd552b63c93fbd86360b93c8 Mon Sep 17 00:00:00 2001 From: Hans Then Date: Sat, 18 Jan 2025 18:14:06 +0100 Subject: [PATCH] Add streamlit-folium as requirement --- .github/workflows/test_playwright.yml | 2 +- tests/streamlit/requirements.txt | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) 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