From 2e1f08fe70ac5f965f027f606607759df238ca57 Mon Sep 17 00:00:00 2001 From: "Michael B. Gale" Date: Wed, 11 Mar 2026 11:55:59 +0000 Subject: [PATCH] Remove `installPython` condition in `sync.ts` The behaviour of `installPython` now mirrors other `install*` options --- pr-checks/sync.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/pr-checks/sync.ts b/pr-checks/sync.ts index f5d23d72d..4d9911130 100755 --- a/pr-checks/sync.ts +++ b/pr-checks/sync.ts @@ -198,7 +198,6 @@ const languageSetups: LanguageSetups = { steps: [ { name: "Install Python", - if: "matrix.version != 'nightly-latest' || !matrix.version", uses: "actions/setup-python@v6", with: { "python-version":