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 c0d963a commit f389158Copy full SHA for f389158
.github/workflows/test_streamlit_folium.yml
@@ -43,6 +43,8 @@ jobs:
43
- name: Install streamlit_folium dev dependencies
44
run: |
45
cd streamlit_folium
46
+ which proj
47
+ echo $PROJ_DIR
48
uv sync --group dev --group test
49
50
- name: Install playwright dependencies
0 commit comments