We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent db38864 commit d82502dCopy full SHA for d82502d
1 file changed
.github/workflows/ci.yml
@@ -67,7 +67,7 @@ jobs:
67
python -m pip install --upgrade pip
68
69
# Install non-git packages first to avoid cross-package dependency conflicts
70
- grep -vE "^\s*(#|$)|git\+" requirements.txt | xargs -r python -m pip install
+ grep -vE "^\s*(#|$)|git\+" requirements.txt | xargs -r python -m pip install -c https://raw.githubusercontent.com/QuantStrategyLab/QuantPlatformKit/fe4341b08f1f026a21ca07c4752e48ed2640cc07/constraints.txt
71
# Install git-based packages individually with --no-deps
72
grep 'git+' requirements.txt | while IFS= read -r pkg; do
73
[ -n "$pkg" ] && python -m pip install --no-deps "$pkg"
0 commit comments