We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9c0b683 commit 17ec6c5Copy full SHA for 17ec6c5
.github/workflows/test_streamlit_folium.yml
@@ -62,9 +62,10 @@ jobs:
62
shell: bash -l {0}
63
run: |
64
echo "inside test run"
65
+ cd streamlit_folium
66
python -c "from folium.plugins import draw; print(draw.__file__)"
67
python -c "from folium.plugins import draw; print(open(draw.__file__).read())"
- pytest streamlit_folium/tests/test_frontend.py --browser chromium -s --reruns 3 --junit-xml=test-results.xml
68
+ pytest tests/test_frontend.py --browser chromium -s --reruns 3 --junit-xml=test-results.xml
69
70
- name: Surface failing tests
71
if: always()
0 commit comments