Skip to content

Commit 79f548f

Browse files
committed
Try fixing failing CI
1 parent 22aa1e5 commit 79f548f

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
@@ -41,7 +41,8 @@ jobs:
4141
- name: Install streamlit_folium dev dependencies
4242
shell: bash -l {0}
4343
run: |
44-
conda install --file streamlit_folium/tests/requirements.txt
44+
python -m pip install --upgrade pip
45+
pip install -r tests/requirements.txt
4546
4647
- name: Install streamlit-folium
4748
shell: bash -l {0}

0 commit comments

Comments
 (0)