We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f88db15 commit 2f98fd4Copy full SHA for 2f98fd4
.github/workflows/test_streamlit_folium.yml
@@ -62,10 +62,7 @@ jobs:
62
- name: Test with pytest and retry flaky tests up to 3 times
63
shell: bash -l {0}
64
run: |
65
- echo "inside test run"
66
cd streamlit_folium
67
- python -c "from folium.plugins import draw; print(draw.__file__)"
68
- python -c "from folium.plugins import draw; print(open(draw.__file__).read())"
69
pytest tests/test_frontend.py --browser chromium -s --reruns 3 --junit-xml=test-results.xml
70
71
- name: Surface failing tests
0 commit comments