Skip to content

Vendor a glyphicons-only stylesheet instead of the full Bootstrap 3 base #1657

Vendor a glyphicons-only stylesheet instead of the full Bootstrap 3 base

Vendor a glyphicons-only stylesheet instead of the full Bootstrap 3 base #1657

Workflow file for this run

name: Mypy type hint checks
# no permissions by default
permissions: {}
on:
schedule:
- cron: "0 13 * * *"
pull_request:
push:
branches:
- main
jobs:
run:
runs-on: ubuntu-latest
defaults:
run:
shell: bash -l {0}
steps:
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
with:
fetch-depth: 0
persist-credentials: false
- name: Setup Micromamba env
uses: mamba-org/setup-micromamba@d7c9bd84e824b79d2af72a2d4196c7f4300d3476 # v3.0.0
with:
environment-name: TEST
create-args: >-
python=3
--file requirements.txt
--file requirements-dev.txt
- name: Install folium from source
run: |
python -m pip install -e . --no-deps --force-reinstall
- name: Mypy test
run: |
mypy folium