From 6f9ea73ac93a12ec90b6cf0aed07bfe39da339ac Mon Sep 17 00:00:00 2001 From: Rob Hand <146272+sinon@users.noreply.github.com> Date: Tue, 30 Dec 2025 19:42:59 +0000 Subject: [PATCH] [ty] Remove `TY_MAX_PARALLELISM` as conformance runs no longer panic (#22307) --- .github/workflows/typing_conformance.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/typing_conformance.yaml b/.github/workflows/typing_conformance.yaml index 8af824dd18..7727aaa68c 100644 --- a/.github/workflows/typing_conformance.yaml +++ b/.github/workflows/typing_conformance.yaml @@ -59,9 +59,6 @@ jobs: - name: Compute diagnostic diff shell: bash - env: - # TODO: Remove this once we fixed the remaining panics in the conformance suite. - TY_MAX_PARALLELISM: 1 run: | RUFF_DIR="$GITHUB_WORKSPACE/ruff"