harmonize build scripts

This commit is contained in:
2026-03-30 00:33:40 -07:00
parent 59055952d0
commit c1d2b04e45
4 changed files with 5 additions and 6 deletions

View File

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

View File

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

View File

@@ -30,7 +30,6 @@ function Assert-LastExitCode {
$repoRoot = Split-Path -Parent $PSScriptRoot
Set-Location $repoRoot
uv venv --python 3.13
./.venv/Scripts/Activate
$pythonExe = if (Test-Path ".\.venv\Scripts\python.exe") {