chore: change uv cache location
Deploy / deploy (push) Successful in 1s

This commit is contained in:
Benjamin Labrecque
2026-07-17 12:33:54 +02:00
parent 13305871ca
commit fe75a14fc6
+5
View File
@@ -26,8 +26,13 @@ pip install uv
# to run `uv ...`
PATH="${HOME}/.local/bin:${PATH}"
export UV_CACHE_DIR="/sls/bd/hla/.cache/uv"
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
# install custom python packages from pyproject.toml / uv.lock