File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change 3737 npm run build
3838
3939 - name : Install streamlit-folium
40+ shell : bash -l {0}
4041 run : |
4142 cd streamlit_folium
4243 pip install -e . --no-deps
@@ -55,16 +56,19 @@ jobs:
5556 run : pip install pytest-github-actions-annotate-failures
5657
5758 - name : Extra debug step
59+ shell : bash -l {0}
5860 run : |
5961 cat folium/plugins/draw.py
6062 python -c "from folium.plugins import draw; print(draw.__file__)"
6163 python -c "from folium.plugins import draw; print(open(draw.__file__).read())"
6264
6365 - name : Install folium from source
66+ shell : bash -l {0}
6467 run : |
6568 python -m pip install -e . --no-deps --force-reinstall
6669
6770 - name : Test with pytest and retry flaky tests up to 3 times
71+ shell : bash -l {0}
6872 run : |
6973 echo "inside test run"
7074 python -c "from folium.plugins import draw; print(draw.__file__)"
You can’t perform that action at this time.
0 commit comments