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.
1 parent bd0f0ea commit 90a6baaCopy full SHA for 90a6baa
.github/workflows/test_streamlit_folium.yml
@@ -29,11 +29,17 @@ jobs:
29
ref: master
30
path: streamlit_folium # Checkout into a subdirectory
31
32
- - name: Install streamlit_folium
+ - name: Build streamlit_folium frontend
33
run: |
34
cd streamlit_folium
35
pip install -e .
36
37
+ - name: Install streamlit_folium
38
+ run: |
39
+ cd streamlit_folium/streamlit_folium/frontend/
40
+ npm install
41
+ npm run build
42
+
43
- name: Install streamlit_folium dev dependencies
44
45
pip install -r streamlit_folium/tests/requirements.txt
0 commit comments