Skip to content

Commit 261f7c0

Browse files
committed
More debug info
1 parent 5b48ec1 commit 261f7c0

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/test_streamlit_folium.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,10 @@ jobs:
5353
run: pip install pytest-github-actions-annotate-failures
5454

5555
- name: Extra debug step
56-
run: cat folium/plugins/draw.py
56+
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())"
5760
5861
- name: Test with pytest and retry flaky tests up to 3 times
5962
run: |

0 commit comments

Comments
 (0)