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.
2 parents 49e7728 + da012b2 commit 7ed25e1Copy full SHA for 7ed25e1
.github/workflows/test_streamlit_folium.yml
@@ -38,16 +38,16 @@ jobs:
38
npm install
39
npm run build
40
41
- - name: Install streamlit-folium
+ - name: Install streamlit_folium dev dependencies
42
shell: bash -l {0}
43
run: |
44
- cd streamlit_folium
45
- pip install -e .
+ conda install --file streamlit_folium/tests/requirements.txt
46
47
- - name: Install streamlit_folium dev dependencies
+ - name: Install streamlit-folium
48
49
50
- pip install -r streamlit_folium/tests/requirements.txt
+ cd streamlit_folium
+ pip install -e .
51
52
- name: Install playwright dependencies
53
0 commit comments