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: