Fixes build results console log screen
This commit is contained in:
@@ -494,7 +494,7 @@ async def _run_flutter_container_build(
|
||||
f"cd {shlex.quote(project_dir)} && "
|
||||
f"python3 -m venv .venv && "
|
||||
f"source .venv/bin/activate && "
|
||||
f"pip install --upgrade pip"
|
||||
f"pip install -r requirements.txt"
|
||||
)
|
||||
code, out = await _ssh_run(host, venv_cmd)
|
||||
await _append_log(session, request, f"[android] Venv setup output: {out}")
|
||||
|
||||
Reference in New Issue
Block a user