Skip to content

Commit 81d8720

Browse files
committed
Add streamlit-folium as requirement
1 parent 25060be commit 81d8720

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/test_playwright.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
- name: Install python dependencies
2929
run: |
3030
python -m pip install --upgrade pip
31-
pip install flake8 pytest pytest-playwright
31+
pip install flake8 pytest pytest-playwrigh
3232
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]

tests/streamlit/requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,4 @@ pytest>=7.1.2
33
pytest-playwright
44
pytest-rerunfailures
55
streamlit>=1.13.0,!=1.34.0
6+
streamlit-folium

0 commit comments

Comments
 (0)