Skip to content

Commit cd0827b

Browse files
shijiashuaiqwencoder
andcommitted
fix(ci): pin ruff version to 0.15.10
Pin ruff version in CI workflow to match local development environment and ensure consistent formatting checks. Co-authored-by: Qwen-Coder <qwen-coder@alibabacloud.com>
1 parent cc1bb09 commit cd0827b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
cache: pip
3030

3131
- name: Install linters
32-
run: pip install ruff
32+
run: pip install ruff==0.15.10
3333

3434
- name: Ruff lint
3535
run: ruff check python/ tests/ benchmarks/

0 commit comments

Comments
 (0)