From 2d81e7b3a049d3b5e7799ee54ce0dbc64a9ead28 Mon Sep 17 00:00:00 2001 From: bia1708 Date: Tue, 10 Oct 2023 17:38:50 +0300 Subject: [PATCH] azure-pipelines.yml: Fixing missing setuptools package. Signed-off-by: bia1708 --- azure-pipelines.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 51e8dc955..08d79f882 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -125,7 +125,9 @@ stages: inputs: targetType: inline script: | - pip install cmake-build-extension + $location=$(get-command python) + cd $location + pip install -U setuptools git submodule update --init if ( !( Test-Path deps ) ) { mkdir deps