Skip to content

Commit

Permalink
Merge pull request #8 from kornia/typing-report
Browse files Browse the repository at this point in the history
remove mypy report
  • Loading branch information
johnnv1 authored Jan 28, 2024
2 parents f450b43 + d2b3376 commit 471e04c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/mypy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:

- name: Run typing tests
shell: bash -l {0}
run: mypy --cobertura-xml-report ./
run: mypy kornia/

# - if: always()
# name: Upload typing coverage
Expand Down

0 comments on commit 471e04c

Please sign in to comment.