File tree Expand file tree Collapse file tree 4 files changed +8
-1
lines changed Expand file tree Collapse file tree 4 files changed +8
-1
lines changed Original file line number Diff line number Diff line change 3333 - name : Install folium from source
3434 run : python -m pip install -e . --no-deps --force-reinstall
3535
36+ - name : Install js_loader
37+ run : python -m pip install js_loader
38+
3639 - name : Code tests
3740 run : python -m pytest -vv --ignore=tests/selenium
Original file line number Diff line number Diff line change 3030 shell : bash -l {0}
3131 run : python -m pip install -e . --no-deps --force-reinstall
3232
33+ - name : Install js_loader
34+ shell : bash -l {0}
35+ run : python -m pip install js_loader
36+
3337 - name : Selenium tests
3438 shell : bash -l {0}
3539 run : python -m pytest tests/selenium -vv
Original file line number Diff line number Diff line change 11branca >= 0.6.0
22jinja2 >= 2.9
3- js_loader
43numpy
54requests
65xyzservices
Original file line number Diff line number Diff line change @@ -41,6 +41,7 @@ def walk_subpkg(name):
4141with open ("requirements.txt" ) as f :
4242 tests_require = f .readlines ()
4343install_requires = [t .strip () for t in tests_require ]
44+ install_requires .append ("js_loader" )
4445
4546setup (
4647 name = "folium" ,
You can’t perform that action at this time.
0 commit comments