Skip to content
Merged
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 .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
run: |
set -euo pipefail
python -m pip install --upgrade pip
python -m pip install -e . numpy pandas pandas_market_calendars pytz pytest pytest-cov ruff
python -m pip install -e . numpy pandas pandas_market_calendars pytz pytest pytest-cov ruff==0.15.22
python -m pip install --no-deps -e external/QuantPlatformKit

- name: Run Ruff
Expand Down
Loading