Skip to content

Commit 26b69ad

Browse files
committed
DEBUG
1 parent 261f7c0 commit 26b69ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test_streamlit_folium.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,8 +54,8 @@ jobs:
5454

5555
- name: Extra debug step
5656
run: |
57-
python -c "from folium.plugins import draw; print(draw.__file__)"
5857
cat folium/plugins/draw.py
58+
python -c "from folium.plugins import draw; print(draw.__file__)"
5959
python -c "from folium.plugins import draw; print(open(draw.__file__).read())"
6060
6161
- name: Test with pytest and retry flaky tests up to 3 times

0 commit comments

Comments
 (0)