Skip to content
This repository has been archived by the owner on Sep 2, 2024. It is now read-only.

Commit

Permalink
Disable pytype for now
Browse files Browse the repository at this point in the history
  • Loading branch information
kretep committed Jul 4, 2024
1 parent c0544da commit f10fb31
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,9 +54,9 @@ jobs:
- name: Test with pytest
run: |
poetry run pytest
- name: Type check
run: |
poetry run pytype .
# - name: Type check
# run: |
# poetry run pytype .

# Build the package
- name: Build the package
Expand Down

0 comments on commit f10fb31

Please sign in to comment.