From 7b36ececb5386649e6fc6831f0f2c045e221157a Mon Sep 17 00:00:00 2001 From: ZelinWang Date: Tue, 25 Jun 2024 14:02:38 +0800 Subject: [PATCH] Update azdev_setup.yml --- .azure-pipelines/templates/azdev_setup.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.azure-pipelines/templates/azdev_setup.yml b/.azure-pipelines/templates/azdev_setup.yml index 71084999a01..1ce70a65237 100644 --- a/.azure-pipelines/templates/azdev_setup.yml +++ b/.azure-pipelines/templates/azdev_setup.yml @@ -17,6 +17,8 @@ steps: pip install azdev azdev --version azdev setup -c $CLI_REPO_PATH -r $CLI_EXT_REPO_PATH --debug + # Installing setuptools with a version higher than 70.0.0 will not generate metadata.json + pip install setuptools==70.0.0 pip list -v az --version displayName: 'azdev setup'