Skip to content

Commit 58eee61

Browse files
committed
Missed these
1 parent 9587f41 commit 58eee61

File tree

3 files changed

+12
-0
lines changed

3 files changed

+12
-0
lines changed

.github/workflows/deploy-docs.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,9 @@ 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
41+
3942
- name: Install folium from source
4043
run: python -m pip install -e . --no-deps --force-reinstall
4144

.github/workflows/test_latest_branca.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,10 @@ jobs:
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: |

.github/workflows/test_mypy.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,11 @@ jobs:
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: |

0 commit comments

Comments
 (0)