Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Mypy type hint checks #1201

Mypy type hint checks

Mypy type hint checks #1201

Workflow file for this run

name: Mypy type hint checks
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@v5
- name: Setup Micromamba env
uses: mamba-org/setup-micromamba@v2
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
Morty Proxy This is a proxified and sanitized view of the page, visit original site.