Skip to content

Commit 13687a0

Browse files
committed
Updated to install pythonmonkey
so the js_loader example will work
1 parent 3d42d7c commit 13687a0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/deploy-docs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,8 @@ jobs:
3636
--file requirements.txt
3737
--file requirements-dev.txt
3838
39-
- name: Install folium from source
40-
run: python -m pip install js_loader
39+
- name: Install js_loader
40+
run: python -m pip install js_loader pythonmonkey
4141

4242
- name: Install folium from source
4343
run: python -m pip install -e . --no-deps --force-reinstall

0 commit comments

Comments
 (0)