Skip to content

Commit

Permalink
Remove pytype tests (#928)
Browse files Browse the repository at this point in the history
  • Loading branch information
sarahwooders committed Jan 2, 2024
1 parent 7cdc831 commit 6ef3f4f
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/pytest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,6 @@ jobs:
if: steps.cache.outputs.cache-hit != 'true'
- name: black
run: poetry run black . --check --line-length=140
- name: pytype
run: poetry run pytype --config .pytype.cfg -j 2
test-unit:
# do not run on pull_request_target since it should be triggered by pull_request
if: (github.event_name == 'push' && github.ref == 'refs/heads/main') || (github.event_name == 'pull_request')
Expand Down

0 comments on commit 6ef3f4f

Please sign in to comment.