Skip to content

Commit

Permalink
[tests] don't run mypy for now, cryptography typings seem broken
Browse files Browse the repository at this point in the history
  • Loading branch information
jlaine committed Jul 10, 2021
1 parent a3773b7 commit dc15fe2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ jobs:
flake8 examples src tests
isort --check-only --diff examples src tests
black --check --diff examples src tests
mypy src
test:
runs-on: ${{ matrix.os }}
Expand Down

0 comments on commit dc15fe2

Please sign in to comment.