fix: reinstall workflow deps on cached venvs
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user