Skip to content

Commit

Permalink
install kornia master branch for mypy checks
Browse files Browse the repository at this point in the history
  • Loading branch information
isaaccorley committed Sep 25, 2021
1 parent e61e16e commit 542d540
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/tests.yaml
Expand Up @@ -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:
Expand Down

0 comments on commit 542d540

Please sign in to comment.