We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 25060be commit 81d8720Copy full SHA for 81d8720
.github/workflows/test_playwright.yml
@@ -28,7 +28,7 @@ jobs:
28
- name: Install python dependencies
29
run: |
30
python -m pip install --upgrade pip
31
- pip install flake8 pytest pytest-playwright
+ pip install flake8 pytest pytest-playwrigh
32
if [ -f tests/streamlit/requirements.txt ]; then pip install -r tests/streamlit/requirements.txt; fi
33
pip install -e . --force-reinstall
34
- uses: pre-commit/action@v2.0.3
tests/streamlit/requirements.txt
@@ -3,3 +3,4 @@ pytest>=7.1.2
3
pytest-playwright
4
pytest-rerunfailures
5
streamlit>=1.13.0,!=1.34.0
6
+streamlit-folium
0 commit comments