diff --git a/azure-pipelines.yml b/azure-pipelines.yml index bdafa01c..b4b8d7da 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -63,6 +63,11 @@ jobs: vmImage: 'Ubuntu-latest' steps: + - script: | + sudo apt-get update + sudo apt-get install python3-setuptools + displayName: 'Install setuptools' + - task: UsePythonVersion@0 inputs: versionSpec: '3.x'