Skip to content
Open
Changes from all commits
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
2 changes: 1 addition & 1 deletion .buildkite/lint.rayci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ steps:
key: lint-medium
instance_type: medium
depends_on: docbuild
job_env: docbuild-py3.9
job_env: docbuild-py3.12
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Bug: CI Version Mismatch Between Python and Env

The PR description states an upgrade to Python 3.10, but the lint-medium job's job_env was updated to docbuild-py3.12. This mismatch could cause unexpected behavior or CI failures if Python 3.10 was the intended version.

Fix in Cursor Fix in Web

commands:
- ./ci/lint/lint.sh {{matrix}}
matrix:
Expand Down