diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 0c35b02..1c75128 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -29,6 +29,7 @@ jobs: run: python -m flake8 . - name: mypy run: | + python -m mypy --install-types python -m mypy openmapflow python -m mypy tests python -m mypy buildings-example/*.py diff --git a/requirements.txt b/requirements.txt index 4ebcb61..97bac80 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,5 +2,5 @@ black==22.8.0 isort flake8 -mypy==0.812 +mypy torchserve \ No newline at end of file