Skip to content

Commit

Permalink
Missed these
Browse files Browse the repository at this point in the history
  • Loading branch information
hansthen committed Jan 16, 2025
1 parent 9587f41 commit 58eee61
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/deploy-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,9 @@ jobs:
--file requirements.txt
--file requirements-dev.txt
- name: Install folium from source
run: python -m pip install js_loader

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

Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/test_latest_branca.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,10 @@ jobs:
shell: bash -l {0}
run: python -m pip install -e . --no-deps --force-reinstall

- name: Install js_loader
shell: bash -l {0}
run: python -m pip install js_loader

- name: Tests with latest branca
shell: bash -l {0}
run: |
Expand Down
5 changes: 5 additions & 0 deletions .github/workflows/test_mypy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,11 @@ jobs:
run: |
python -m pip install -e . --no-deps --force-reinstall
- name: Install js_loader
shell: bash -l {0}
run: |
python -m pip install js_loader
- name: Mypy test
shell: bash -l {0}
run: |
Expand Down

0 comments on commit 58eee61

Please sign in to comment.