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
@@ -71,6 +71,7 @@ jobs:
else
echo "=== venv 캐시 히트: $("$VENV/bin/python" --version 2>&1) ==="
fi
"$VENV/bin/pip" install requests pyyaml openpyxl --quiet
echo "$VENV/bin" >> $GITHUB_PATH
- name: Install Node Dependencies