There was an error while loading. Please reload this page.
1 parent 7ac6526 commit 0ce216aCopy full SHA for 0ce216a
1 file changed
.github/workflows/ci.yml
@@ -53,7 +53,7 @@ jobs:
53
run: |
54
set -euo pipefail
55
python -m pip install --upgrade pip
56
- python -m pip install -e '.[test]' ruff
+ python -m pip install -e '.[test]' 'ruff==0.15.22'
57
python -m pip install --no-deps -e external/QuantPlatformKit -e external/CnEquityStrategies
58
59
- name: Run ruff
0 commit comments