Skip to content

Commit 8a63741

Browse files
committed
More debug info
1 parent b13b82e commit 8a63741

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/test_streamlit_folium.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@ jobs:
5959
run: |
6060
cd streamlit_folium
6161
pip install -e . --no-deps --force-reinstall
62+
python -c "from folium.plugins import draw; print(draw.__file__)"
6263
pytest tests/test_frontend.py --browser chromium -s --reruns 3 --junit-xml=test-results.xml
6364

6465
- name: Surface failing tests

0 commit comments

Comments
 (0)