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 4184cae commit 3f0efd1Copy full SHA for 3f0efd1
.github/workflows/test_streamlit_folium.yml
@@ -47,8 +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
+ conda install --file streamlit_folium/tests/requirements.txt
52
53
- name: Install playwright dependencies
54
0 commit comments