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 3d42d7c commit 13687a0Copy full SHA for 13687a0
.github/workflows/deploy-docs.yml
@@ -36,8 +36,8 @@ jobs:
36
--file requirements.txt
37
--file requirements-dev.txt
38
39
- - name: Install folium from source
40
- run: python -m pip install js_loader
+ - name: Install js_loader
+ run: python -m pip install js_loader pythonmonkey
41
42
- name: Install folium from source
43
run: python -m pip install -e . --no-deps --force-reinstall
0 commit comments