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 261f7c0 commit 26b69adCopy full SHA for 26b69ad
.github/workflows/test_streamlit_folium.yml
@@ -54,8 +54,8 @@ jobs:
54
55
- name: Extra debug step
56
run: |
57
- python -c "from folium.plugins import draw; print(draw.__file__)"
58
cat folium/plugins/draw.py
+ python -c "from folium.plugins import draw; print(draw.__file__)"
59
python -c "from folium.plugins import draw; print(open(draw.__file__).read())"
60
61
- name: Test with pytest and retry flaky tests up to 3 times
0 commit comments