Skip to content

Commit 783c28e

Browse files
committed
Run folium installation from streamlit_folium
1 parent 67c507b commit 783c28e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/test_streamlit_folium.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,8 @@ jobs:
5757
5858
- name: Install folium from source
5959
run: |
60-
uv pip install -e . --force-reinstall
60+
cd streamlit_folium
61+
uv pip install -e .. --force-reinstall
6162
6263
- name: Test with pytest and retry flaky tests up to 3 times
6364
run: |

0 commit comments

Comments
 (0)