harmonize build scripts
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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") {
|
||||
|
||||
Reference in New Issue
Block a user