diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index bb3ee98..da2e281 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -26,7 +26,7 @@ jobs: set -e cd /opt/tono git pull --ff-only - .venv/bin/pip install -e ".[server]" --quiet + uv pip install -e ".[server]" --quiet cd frontend && npm ci --ignore-scripts && npm run build && cd .. sudo systemctl restart tono REMOTE