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 086fbbb commit 5b48ec1Copy full SHA for 5b48ec1
.github/workflows/test_streamlit_folium.yml
@@ -59,7 +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__)'
+ 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