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 45ab9a9 commit 4184caeCopy full SHA for 4184cae
.github/workflows/test_streamlit_folium.yml
@@ -47,6 +47,7 @@ jobs:
47
- name: Install streamlit_folium dev dependencies
48
shell: bash -l {0}
49
run: |
50
+ apt-get install libgdal-dev
51
pip install -r streamlit_folium/tests/requirements.txt
52
53
- name: Install playwright dependencies
0 commit comments