AI Implementation feature(1084): Blog Repository Clone and Pull Workflow #3

Merged
m0rph3us1987 merged 4 commits from feature-1084-1785866002236 into staging 2026-08-04 18:00:56 +00:00
Showing only changes of commit 9dc62aed73 - Show all commits
+2
View File
@@ -32,6 +32,8 @@ fi
if [ -n "${PIP_BIN}" ]; then
${PIP_BIN} install --no-cache-dir --upgrade pip >/dev/null 2>&1 || true
${PIP_BIN} install --no-cache-dir --break-system-packages -r /repo/requirements.txt || \
${PIP_BIN} install --no-cache-dir -r /repo/requirements.txt
${PIP_BIN} install --no-cache-dir --break-system-packages -r /repo/requirements-dev.txt || \
${PIP_BIN} install --no-cache-dir -r /repo/requirements-dev.txt
fi