There was an error while loading. Please reload this page.
1 parent 26ae966 commit 0ad4aacCopy full SHA for 0ad4aac
1 file changed
.github/workflows/ci.yml
@@ -38,8 +38,8 @@ jobs:
38
run: |
39
set -euo pipefail
40
python -m pip install --upgrade pip
41
- python -m pip install -e . numpy pandas ruff
42
- python -m pip install -e external/QuantPlatformKit
+ python -m pip install -e . numpy pandas pandas_market_calendars ruff
+ python -m pip install --no-deps -e external/QuantPlatformKit
43
44
- name: Run Ruff
45
0 commit comments