mirror of
https://ghfast.top/https://github.com/aeroxw/tick-stock-panel.git
synced 2026-09-12 17:54:15 +08:00
feat(v0.2): 完善量化研究与二次开发能力
This commit is contained in:
@@ -160,7 +160,7 @@ if (-not (Test-Path (Join-Path $BackendDir '.venv')) -or $BackendExtraArgs.Count
|
||||
Log-Info 'first run - installing Python deps (1-2 min)...'
|
||||
}
|
||||
Push-Location $BackendDir
|
||||
try { & uv sync @BackendExtraArgs } finally { Pop-Location }
|
||||
try { & uv sync --frozen @BackendExtraArgs } finally { Pop-Location }
|
||||
if ($LASTEXITCODE -ne 0) { Log-Err 'uv sync failed'; exit 1 }
|
||||
Log-Ok 'backend deps installed'
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user