Skip to content

Commit 0ce216a

Browse files
Pigbibicodex
andauthored
ci: pin Ruff for deterministic checks (#22)
Co-authored-by: Codex <noreply@openai.com>
1 parent 7ac6526 commit 0ce216a

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
@@ -53,7 +53,7 @@ jobs:
5353
run: |
5454
set -euo pipefail
5555
python -m pip install --upgrade pip
56-
python -m pip install -e '.[test]' ruff
56+
python -m pip install -e '.[test]' 'ruff==0.15.22'
5757
python -m pip install --no-deps -e external/QuantPlatformKit -e external/CnEquityStrategies
5858
5959
- name: Run ruff

0 commit comments

Comments
 (0)