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

This commit is contained in:
ali 2026-01-09 10:48:37 +00:00
parent 30fe0f1154
commit b599456b5f
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' su frappe -c 'cd /home/frappe && uv python install'
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