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 b13b82e commit 8a63741Copy full SHA for 8a63741
.github/workflows/test_streamlit_folium.yml
@@ -59,6 +59,7 @@ jobs:
59
run: |
60
cd streamlit_folium
61
pip install -e . --no-deps --force-reinstall
62
+ python -c "from folium.plugins import draw; print(draw.__file__)"
63
pytest tests/test_frontend.py --browser chromium -s --reruns 3 --junit-xml=test-results.xml
64
65
- name: Surface failing tests
0 commit comments