File tree Expand file tree Collapse file tree 3 files changed +12
-0
lines changed Expand file tree Collapse file tree 3 files changed +12
-0
lines changed Original file line number Diff line number Diff line change 3636 --file requirements.txt
3737 --file requirements-dev.txt
3838
39+ - name : Install folium from source
40+ run : python -m pip install js_loader
41+
3942 - name : Install folium from source
4043 run : python -m pip install -e . --no-deps --force-reinstall
4144
Original file line number Diff line number Diff line change 2626 shell : bash -l {0}
2727 run : python -m pip install -e . --no-deps --force-reinstall
2828
29+ - name : Install js_loader
30+ shell : bash -l {0}
31+ run : python -m pip install js_loader
32+
2933 - name : Tests with latest branca
3034 shell : bash -l {0}
3135 run : |
Original file line number Diff line number Diff line change 2727 run : |
2828 python -m pip install -e . --no-deps --force-reinstall
2929
30+ - name : Install js_loader
31+ shell : bash -l {0}
32+ run : |
33+ python -m pip install js_loader
34+
3035 - name : Mypy test
3136 shell : bash -l {0}
3237 run : |
You can’t perform that action at this time.
0 commit comments