Skip to content

Commit b121dd2

Browse files
committed
Install dependencies in the same env
1 parent 2f98fd4 commit b121dd2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: .github/workflows/test_streamlit_folium.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,9 +43,9 @@ jobs:
4343
pip install -e .
4444
4545
- name: Install streamlit_folium dev dependencies
46+
shell: bash -l {0}
4647
run: |
4748
pip install -r streamlit_folium/tests/requirements.txt
48-
pip install geopandas
4949
5050
- name: Install playwright dependencies
5151
run: |

0 commit comments

Comments
 (0)