Skip to content

Commit 582b48f

Browse files
committed
ci: fix workflow dependency resolution
1 parent 1d14b6d commit 582b48f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
set -euo pipefail
5757
python -m pip install --upgrade pip
5858
python -m pip install -r requirements.txt pytest ruff
59-
python -m pip install -e external/QuantPlatformKit -e external/UsEquityStrategies
59+
python -m pip install --no-deps -e external/QuantPlatformKit -e external/UsEquityStrategies
6060
6161
- name: Run ruff
6262
run: |

0 commit comments

Comments
 (0)