diff --git a/jeyerp-develop.yaml b/jeyerp-develop.yaml index e09b1ac..e745ec3 100644 --- a/jeyerp-develop.yaml +++ b/jeyerp-develop.yaml @@ -609,6 +609,7 @@ actions: # Install Frappe Bench su frappe -c 'cd /home/frappe && uv venv' + su frappe -c 'cd /home/frappe && uv install python latest' su frappe -c 'cd /home/frappe && uv pip install frappe-bench' # Initialize Bench su frappe -c 'uvx --from frappe-bench bench init --frappe-branch=develop --frappe-path=https://github.com/frappe/frappe --no-procfile --no-backups --skip-redis-config-generation --verbose /home/frappe/frappe-bench'