Skip to content

Bump version: 0.3.28 → 0.3.29 #654

Bump version: 0.3.28 → 0.3.29

Bump version: 0.3.28 → 0.3.29 #654

Workflow file for this run

name: mypy
on:
push:
branches:
- main
pull_request:
jobs:
build:
runs-on: ubuntu-latest
name: mypy
steps:
- name: Install minimal dependencies
run: |
sudo apt install -y libgeos-dev
- uses: actions/checkout@v1
- name: Set up Python 3.10
uses: actions/setup-python@v1
with:
python-version: "3.10"
- name: Install Dependencies
run: |
python -m pip install --upgrade pip
python -m pip install mypy
python -m pip install -e ".[dev]"
python -m pip install pyhaloxml
python -m pip install darwin-py
- name: mypy
run: |
mypy dlup --strict