From 4513cbbb586139f9af599b23d2477ab93489ecdf Mon Sep 17 00:00:00 2001 From: ivanzvonkov Date: Fri, 22 Dec 2023 13:37:44 -0500 Subject: [PATCH] Install types directly --- .github/workflows/ci.yaml | 1 - requirements.txt | 5 +++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 1c75128..0c35b02 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -29,7 +29,6 @@ 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 97bac80..a95c03d 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,4 +3,9 @@ black==22.8.0 isort flake8 mypy +types-PyYAML +types-decorator +types-python-dateutil +types-requests +types-setuptools torchserve \ No newline at end of file