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 5b48ec1 commit 261f7c0Copy full SHA for 261f7c0
.github/workflows/test_streamlit_folium.yml
@@ -53,7 +53,10 @@ jobs:
53
run: pip install pytest-github-actions-annotate-failures
54
55
- name: Extra debug step
56
- run: cat folium/plugins/draw.py
+ run: |
57
+ python -c "from folium.plugins import draw; print(draw.__file__)"
58
+ cat folium/plugins/draw.py
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
62
run: |
0 commit comments