Обновить jeyerp-develop.yaml

This commit is contained in:
ali 2026-01-09 10:40:23 +00:00
parent 4a2947a261
commit 979bd3c89c
1 changed files with 1 additions and 1 deletions

View File

@ -603,8 +603,8 @@ actions:
set -eux
# 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 venv'
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'