From c458b646662115f31826a6543280f55688e0019a Mon Sep 17 00:00:00 2001 From: matei jordache Date: Sat, 4 Apr 2026 20:42:45 -0700 Subject: [PATCH] fix uv for deploy --- .github/workflows/deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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