From dd967413867a4577a682c506ccfded5ae3fe56de Mon Sep 17 00:00:00 2001 From: ali <010109ali@gmail.com> Date: Fri, 9 Jan 2026 11:33:32 +0000 Subject: [PATCH] =?UTF-8?q?=D0=9E=D0=B1=D0=BD=D0=BE=D0=B2=D0=B8=D1=82?= =?UTF-8?q?=D1=8C=20jeyerp-develop.yaml?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- jeyerp-develop.yaml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/jeyerp-develop.yaml b/jeyerp-develop.yaml index 74fb827..b06dce7 100644 --- a/jeyerp-develop.yaml +++ b/jeyerp-develop.yaml @@ -360,6 +360,11 @@ packages: # - redis - packages: + - python3-dev + - py3-setuptools + - py3-pip + - py3-distutils-extra + - py3-virtualenv - uv action: install # variants: @@ -604,7 +609,6 @@ actions: # Install Frappe Bench su frappe -c 'cd /home/frappe && uv venv' - su frappe -c 'cd /home/frappe && uv python install' 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'