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 26b69ad commit 1430777Copy full SHA for 1430777
.github/workflows/test_streamlit_folium.yml
@@ -63,6 +63,7 @@ jobs:
63
cd streamlit_folium
64
pip install -e . --no-deps --force-reinstall
65
python -c "from folium.plugins import draw; print(draw.__file__)"
66
+ python -c "from folium.plugins import draw; print(open(draw.__file__).read())"
67
pytest tests/test_frontend.py --browser chromium -s --reruns 3 --junit-xml=test-results.xml
68
69
- name: Surface failing tests
0 commit comments