Remove installPython condition in sync.ts

The behaviour of `installPython` now mirrors other `install*` options
This commit is contained in:
Michael B. Gale
2026-03-11 11:55:59 +00:00
parent b9b42bed94
commit 2e1f08fe70
-1
View File
@@ -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":