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