Skip to content

Commit 3f0efd1

Browse files
committed
Try something else
1 parent 4184cae commit 3f0efd1

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/test_streamlit_folium.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,7 @@ jobs:
4747
- name: Install streamlit_folium dev dependencies
4848
shell: bash -l {0}
4949
run: |
50-
apt-get install libgdal-dev
51-
pip install -r streamlit_folium/tests/requirements.txt
50+
conda install --file streamlit_folium/tests/requirements.txt
5251
5352
- name: Install playwright dependencies
5453
shell: bash -l {0}

0 commit comments

Comments
 (0)