Re: [PATCH 13/20] CI: Ensure pip install is always performed in venv

2024-06-12 Thread Tom Rini
On Tue, Jun 11, 2024 at 10:04:12PM +0100, Jiaxun Yang wrote: > Since Ubuntu focal it's nolonger permitted to perform global > pip install. > > Ensure that pip install is always performed in venv. > For buildman alone, all dependencies are already in docker > so there is no need to perform pip ins

[PATCH 13/20] CI: Ensure pip install is always performed in venv

2024-06-11 Thread Jiaxun Yang
Since Ubuntu focal it's nolonger permitted to perform global pip install. Ensure that pip install is always performed in venv. For buildman alone, all dependencies are already in docker so there is no need to perform pip install. Signed-off-by: Jiaxun Yang --- .azure-pipelines.yml | 16