From 47af414c0efa367050db9a2fdc638e2b5bafb05c Mon Sep 17 00:00:00 2001 From: Hang Date: Mon, 24 Feb 2025 16:11:39 +0800 Subject: [PATCH] Init --- .azure-pipelines/templates/azdev_setup.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.azure-pipelines/templates/azdev_setup.yml b/.azure-pipelines/templates/azdev_setup.yml index b39abaf187c..055a8d2cf70 100644 --- a/.azure-pipelines/templates/azdev_setup.yml +++ b/.azure-pipelines/templates/azdev_setup.yml @@ -16,7 +16,7 @@ steps: chmod +x env/bin/activate . env/bin/activate python -m pip install -U pip - pip install azdev + pip install azdev==0.1.90 azdev --version if [ -z "$CLI_EXT_REPO_PATH" ]; then