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 22aa1e5 commit 79f548fCopy full SHA for 79f548f
.github/workflows/test_streamlit_folium.yml
@@ -41,7 +41,8 @@ jobs:
41
- name: Install streamlit_folium dev dependencies
42
shell: bash -l {0}
43
run: |
44
- conda install --file streamlit_folium/tests/requirements.txt
+ python -m pip install --upgrade pip
45
+ pip install -r tests/requirements.txt
46
47
- name: Install streamlit-folium
48
0 commit comments