Skip to content

Commit e446962

Browse files
committed
ci: fix workflow dependency resolution
1 parent 1b830da commit e446962

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,8 @@ jobs:
3939
run: |
4040
set -euo pipefail
4141
python -m pip install --upgrade pip
42-
python -m pip install -e . ruff
43-
python -m pip install -e external/QuantPlatformKit
42+
python -m pip install -e . numpy pandas ruff
43+
python -m pip install --no-deps -e external/QuantPlatformKit
4444
4545
- name: Run Ruff
4646
run: |

0 commit comments

Comments
 (0)