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
@@ -90,6 +90,7 @@ jobs:
"$VENV/bin/pip" install --upgrade pip --quiet
"$VENV/bin/pip" install requests beautifulsoup4 pyyaml openpyxl --quiet
fi
"$VENV/bin/pip" install requests beautifulsoup4 pyyaml openpyxl --quiet
echo "$VENV/bin" >> $GITHUB_PATH
- name: "[CRITICAL] No Direct API Trading Gate"