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 57a1d88 commit fb38987Copy full SHA for fb38987
.github/workflows/test_streamlit_folium.yml
@@ -48,4 +48,5 @@ jobs:
48
- name: Test with pytest and retry flaky tests up to 3 times
49
run: |
50
cd streamlit_folium
51
+ pip install streamlit-folium
52
pytest tests/test_frontend.py --browser chromium -s --reruns 3 --junit-xml=test-results.xml
0 commit comments