Skip to content

Commit 2e1f08f

Browse files
committed
Remove installPython condition in sync.ts
The behaviour of `installPython` now mirrors other `install*` options
1 parent b9b42be commit 2e1f08f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

pr-checks/sync.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,6 @@ const languageSetups: LanguageSetups = {
198198
steps: [
199199
{
200200
name: "Install Python",
201-
if: "matrix.version != 'nightly-latest' || !matrix.version",
202201
uses: "actions/setup-python@v6",
203202
with: {
204203
"python-version":

0 commit comments

Comments
 (0)