fix: reinstall workflow deps on cached venvs

This commit is contained in:
2026-06-21 23:17:57 +09:00
parent febd85d95e
commit 610b9b1330
5 changed files with 19 additions and 2 deletions
+1
View File
@@ -120,6 +120,7 @@ jobs:
"$VENV/bin/pip" install requests beautifulsoup4 pyyaml --quiet
ls -dt "$VENV_BASE"/*/ 2>/dev/null | tail -n +3 | xargs rm -rf 2>/dev/null || true
fi
"$VENV/bin/pip" install requests beautifulsoup4 pyyaml --quiet
echo "$VENV/bin" >> $GITHUB_PATH
- name: "[CRITICAL] No Direct API Trading Gate"