Skip to content

Commit 1430777

Browse files
committed
More debug info
1 parent 26b69ad commit 1430777

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
@@ -63,6 +63,7 @@ jobs:
6363
cd streamlit_folium
6464
pip install -e . --no-deps --force-reinstall
6565
python -c "from folium.plugins import draw; print(draw.__file__)"
66+
python -c "from folium.plugins import draw; print(open(draw.__file__).read())"
6667
pytest tests/test_frontend.py --browser chromium -s --reruns 3 --junit-xml=test-results.xml
6768
6869
- name: Surface failing tests

0 commit comments

Comments
 (0)