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