Skip to content

Commit

Permalink
Run pytype
Browse files Browse the repository at this point in the history
  • Loading branch information
dseomn committed Sep 23, 2023
1 parent 8467c12 commit f009f0e
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,12 @@ jobs:
run: |
pip install black
black --check --diff .
- name: Check types
# TODO(https://github.com/google/pytype/issues/1308): Remove condition.
if: matrix.python-version != '3.11'
run: |
pip install pytype
pytype
- name: Test
run: |
pip install pytest pytest-cov
Expand Down

0 comments on commit f009f0e

Please sign in to comment.