Skip to content

Commit

Permalink
Fixed mypy errors
Browse files Browse the repository at this point in the history
  • Loading branch information
agronholm committed Feb 16, 2021
1 parent 851bf83 commit 56aa9ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/codeqa-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
path: ~/.cache/pip
key: pip-lint
- name: Install dependencies
run: pip install flake8 mypy
run: pip install flake8 mypy pytest
- name: Run flake8
run: flake8 src tests
- name: Run mypy
Expand Down

0 comments on commit 56aa9ae

Please sign in to comment.