From 3f4e0b695f0e81296791e939fd70e19fbe0e536e Mon Sep 17 00:00:00 2001 From: Sarah Wooders Date: Tue, 2 Jan 2024 13:15:59 -0800 Subject: [PATCH] Remove pytype tests --- .github/workflows/pytest.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/pytest.yml b/.github/workflows/pytest.yml index b7ae05842..dde1de188 100644 --- a/.github/workflows/pytest.yml +++ b/.github/workflows/pytest.yml @@ -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')