Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Remove installPython condition in sync.ts
The behaviour of `installPython` now mirrors other `install*` options
  • Loading branch information
mbg committed Mar 11, 2026
commit 2e1f08fe70ac5f965f027f606607759df238ca57
1 change: 0 additions & 1 deletion pr-checks/sync.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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":
Expand Down