Skip to content

Commit

Permalink
fix python tests
Browse files Browse the repository at this point in the history
Signed-off-by: Antonio Murdaca <[email protected]>
  • Loading branch information
runcom committed Aug 3, 2022
1 parent 1159352 commit efb2d6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
pip install -r requirements-test.txt
- name: Check typing
run: |
mypy zezere
mypy --install-types --non-interactive zezere
- name: Code style checking
run: |
black --check --target-version py36 zezere tests *.py
Expand Down

0 comments on commit efb2d6e

Please sign in to comment.