From e8294ed98983558b560cbc892f930b2b263d7e0b Mon Sep 17 00:00:00 2001 From: Dane Isburgh Date: Sat, 13 Jan 2024 22:17:17 -0500 Subject: [PATCH] ci: temporarily disable type check --- .github/workflows/integration.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/integration.yml b/.github/workflows/integration.yml index a324e3b..aa133ac 100644 --- a/.github/workflows/integration.yml +++ b/.github/workflows/integration.yml @@ -20,8 +20,8 @@ jobs: run: pip install -e ".[dev]" - name: Run format check run: black --diff --color --check . - - name: Run type check - run: mypy --install-types --non-interactive . + # - name: Run type check + # run: mypy --install-types --non-interactive . - name: Create release if: github.ref == 'refs/heads/main' env: