This commit is contained in:
2026-03-30 00:10:25 -07:00
parent 11d9147808
commit 0ecfa85ed2
3 changed files with 9 additions and 0 deletions

View File

@@ -15,6 +15,9 @@ done
REPO_ROOT="$(cd "$(dirname "$0")/.." && pwd)"
cd "$REPO_ROOT"
uv venv --python 3.13
source .venv/bin/activate
if [ -d ".venv/bin" ]; then
PYTHON=".venv/bin/python"
else