chore: don't recreate env if it already exists
Deploy / deploy (push) Successful in 2s

This commit is contained in:
Benjamin Labrecque
2026-07-17 12:39:50 +02:00
parent fe75a14fc6
commit 7880f53d8b
+1 -1
View File
@@ -34,7 +34,7 @@ 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 --system-site-packages ${APP_DIR}/.venv --clear
# 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