Skip to content

Commit 0ad4aac

Browse files
committed
ci: fix workflow dependency resolution
1 parent 26ae966 commit 0ad4aac

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
@@ -38,8 +38,8 @@ jobs:
3838
run: |
3939
set -euo pipefail
4040
python -m pip install --upgrade pip
41-
python -m pip install -e . numpy pandas ruff
42-
python -m pip install -e external/QuantPlatformKit
41+
python -m pip install -e . numpy pandas pandas_market_calendars ruff
42+
python -m pip install --no-deps -e external/QuantPlatformKit
4343
4444
- name: Run Ruff
4545
run: |

0 commit comments

Comments
 (0)