Skip to content

Commit 7ed25e1

Browse files
committed
Merge branch 'fix_build_failure' into issue_2138
2 parents 49e7728 + da012b2 commit 7ed25e1

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/test_streamlit_folium.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -38,16 +38,16 @@ jobs:
3838
npm install
3939
npm run build
4040
41-
- name: Install streamlit-folium
41+
- name: Install streamlit_folium dev dependencies
4242
shell: bash -l {0}
4343
run: |
44-
cd streamlit_folium
45-
pip install -e .
44+
conda install --file streamlit_folium/tests/requirements.txt
4645
47-
- name: Install streamlit_folium dev dependencies
46+
- name: Install streamlit-folium
4847
shell: bash -l {0}
4948
run: |
50-
pip install -r streamlit_folium/tests/requirements.txt
49+
cd streamlit_folium
50+
pip install -e .
5151
5252
- name: Install playwright dependencies
5353
shell: bash -l {0}

0 commit comments

Comments
 (0)