fix: uv in startup script
Deploy / deploy (push) Successful in 1s

This commit is contained in:
Benjamin Labrecque
2026-07-24 16:01:22 +02:00
parent ccd99c0f1f
commit fa7d8a08da
+1 -3
View File
@@ -33,9 +33,7 @@ export UV_LINK_MODE="copy"
APP_DIR=${SVC_DIR}/current/app
echo "App dir: ${APP_DIR}"
# TODO: do we need this? pyepics is not PSI specific...
# (re)create venv using site-packages -- uses system-wide installed epics
# uv venv --system-site-packages ${APP_DIR}/.venv --clear
uv venv --project "${APP_DIR}" --allow-existing
# install custom python packages from pyproject.toml / uv.lock
uv sync --frozen --project ${APP_DIR}
# activate .venv, this works in conjunction with the conda environment