diff --git a/.github/workflows/sync-cloud-run-env.yml b/.github/workflows/sync-cloud-run-env.yml index 80b6f50..7cf6a6a 100644 --- a/.github/workflows/sync-cloud-run-env.yml +++ b/.github/workflows/sync-cloud-run-env.yml @@ -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://raw.githubusercontent.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://raw.githubusercontent.com/QuantStrategyLab/QuantPlatformKit/main/constraints.txt - done + python -m pip install -r requirements.txt - name: Resolve Cloud Run sync targets id: strategy_requirements