fix: recreate venv if already exist
Deploy bin / deploy (push) Successful in 3s
Deploy service MASTER / deploy (push) Successful in 5s

This commit is contained in:
Benjamin Labrecque
2026-07-06 15:37:13 +02:00
parent 4ed788a43f
commit fcee7b91c4
+2 -2
View File
@@ -27,8 +27,8 @@ pip install uv
PATH="${HOME}/.local/bin:${PATH}"
cd ${SVC_DIR}/current/app
# create venv using site-packages -- uses system-wide installed epics
uv venv --system-site-packages .venv
# (re)create venv using site-packages -- uses system-wide installed epics
uv venv --system-site-packages .venv --clear
# install custom python packages from pyproject.toml / uv.lock
uv sync --frozen
# activate .venv, this works in conjunction with the conda environment