From 193418e91d12e7a6aff85234e92c6807f4d62f0d Mon Sep 17 00:00:00 2001 From: Romesh Abeysuriya Date: Sun, 30 Jun 2024 07:06:12 +1000 Subject: [PATCH] Add missing dependency for deployment --- azure-pipelines.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 50fc1d9c..5f41210b 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -115,6 +115,7 @@ jobs: inputs: versionSpec: '3.12' - script: | + python -m pip install setuptools python -m pip install wheel python -m pip install twine python setup.py build