We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 67c507b commit 783c28eCopy full SHA for 783c28e
1 file changed
.github/workflows/test_streamlit_folium.yml
@@ -57,7 +57,8 @@ jobs:
57
58
- name: Install folium from source
59
run: |
60
- uv pip install -e . --force-reinstall
+ cd streamlit_folium
61
+ uv pip install -e .. --force-reinstall
62
63
- name: Test with pytest and retry flaky tests up to 3 times
64
0 commit comments