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 a520b55 commit 6946ef4Copy full SHA for 6946ef4
.github/workflows/test_streamlit_folium.yml
@@ -66,7 +66,7 @@ jobs:
66
shell: bash -l {0}
67
run: |
68
cd streamlit_folium
69
- coverage run -p -m pytest tests/test_frontend.py --browser chromium -s --reruns 3 -k "not test_layer_control_dynamic_update"
+ python -m pytest tests/test_frontend.py --browser chromium -s --reruns 3 -k "not test_layer_control_dynamic_update"
70
71
- name: Surface failing tests
72
if: always()
0 commit comments