Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 1 addition & 4 deletions .github/workflows/sync-cloud-run-env.yml
Original file line number Diff line number Diff line change
Expand Up @@ -182,10 +182,7 @@ jobs:
run: |
set -euo pipefail
python -m pip install --upgrade pip
grep -vE "^\s*(#|$)|git\+" requirements.txt | xargs -r python -m pip install -c https://github.com/QuantStrategyLab/QuantPlatformKit/main/constraints.txt
grep 'git+' requirements.txt | while IFS= read -r pkg; do
[ -n "$pkg" ] && python -m pip install --no-deps "$pkg" -c https://github.com/QuantStrategyLab/QuantPlatformKit/main/constraints.txt
done
python -m pip install -r requirements.txt

- name: Resolve Cloud Run sync targets
id: strategy_requirements
Expand Down
Loading