There was an error while loading. Please reload this page.
1 parent 1d14b6d commit 582b48fCopy full SHA for 582b48f
1 file changed
.github/workflows/ci.yml
@@ -56,7 +56,7 @@ jobs:
56
set -euo pipefail
57
python -m pip install --upgrade pip
58
python -m pip install -r requirements.txt pytest ruff
59
- python -m pip install -e external/QuantPlatformKit -e external/UsEquityStrategies
+ python -m pip install --no-deps -e external/QuantPlatformKit -e external/UsEquityStrategies
60
61
- name: Run ruff
62
run: |
0 commit comments