From 38fec01fc1d69e7d1f8c231de16bbe70d916b930 Mon Sep 17 00:00:00 2001 From: bia1708 Date: Tue, 10 Oct 2023 16:17:54 +0300 Subject: [PATCH] azure-pipelines.yml: Fixing missing setuptools package. Signed-off-by: bia1708 --- azure-pipelines.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index a8092b0da..59f9e7928 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -125,7 +125,7 @@ stages: inputs: targetType: inline script: | - python -m pip install -U pip setuptools + pip3 install --upgrade setuptools git submodule update --init if ( !( Test-Path deps ) ) { mkdir deps @@ -210,7 +210,7 @@ stages: inputs: targetType: inline script: | - python -m pip install -U pip setuptools + pip install --upgrade setuptools git submodule update --init if ( !( Test-Path deps ) ) { mkdir deps