From 3c2e3c1dbc53eb698bd907f8b13365c2d3dd80b0 Mon Sep 17 00:00:00 2001 From: Clinton Hall Date: Wed, 28 Feb 2024 13:28:06 +1300 Subject: [PATCH] add setupools --- azure-pipelines.yml | 5 +++++ 1 file changed, 5 insertions(+) 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'