Skip to content

Commit

Permalink
Add streamlit-folium as requirement
Browse files Browse the repository at this point in the history
  • Loading branch information
hansthen committed Jan 18, 2025
1 parent 25060be commit 81d8720
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test_playwright.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions tests/streamlit/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,4 @@ pytest>=7.1.2
pytest-playwright
pytest-rerunfailures
streamlit>=1.13.0,!=1.34.0
streamlit-folium

0 comments on commit 81d8720

Please sign in to comment.