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

This commit is contained in:
ali 2026-01-09 10:43:56 +00:00
parent 979bd3c89c
commit 30fe0f1154
1 changed files with 1 additions and 1 deletions

View File

@ -603,7 +603,7 @@ actions:
set -eux set -eux
# Install Frappe Bench # Install Frappe Bench
su frappe -c 'cd /home/frappe && uv install python latest' su frappe -c 'cd /home/frappe && uv install python'
su frappe -c 'cd /home/frappe && uv venv' su frappe -c 'cd /home/frappe && uv venv'
su frappe -c 'cd /home/frappe && uv pip install frappe-bench' su frappe -c 'cd /home/frappe && uv pip install frappe-bench'
# Initialize Bench # Initialize Bench