From f10fb317de690ab314c417b8875d15deb45cd7b6 Mon Sep 17 00:00:00 2001 From: Peter Kok Date: Thu, 4 Jul 2024 15:29:26 +0200 Subject: [PATCH] Disable pytype for now --- .github/workflows/build-and-test.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build-and-test.yml b/.github/workflows/build-and-test.yml index 5ca4a73..5a837aa 100644 --- a/.github/workflows/build-and-test.yml +++ b/.github/workflows/build-and-test.yml @@ -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