From 542d5402a5f995884792c14f5f45a3b2504d2fba Mon Sep 17 00:00:00 2001 From: Isaac Corley <22203655+isaaccorley@users.noreply.github.com> Date: Fri, 24 Sep 2021 19:09:14 -0500 Subject: [PATCH] install kornia master branch for mypy checks --- .github/workflows/tests.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/tests.yaml b/.github/workflows/tests.yaml index 6c208c48e8d..17366215703 100644 --- a/.github/workflows/tests.yaml +++ b/.github/workflows/tests.yaml @@ -21,6 +21,7 @@ jobs: run: | pip install cython numpy # needed for pycocotools pip install .[datasets,tests,train] + pip install git+https://github.com/kornia/kornia@master # required for mypy fixes - name: Run mypy checks run: mypy . pytest: