File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
.azure-pipelines/templates Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 1616 chmod +x env/bin/activate
1717 . env/bin/activate
1818 python -m pip install -U pip
19- pip install azdev
19+ pip install azdev==0.2.3b1
20+ pip install --trusted-host azurecliprod.blob.core.windows.net "https://azurecliprod.blob.core.windows.net/beta/azdev-0.2.3b1-py3-none-any.whl"
2021 azdev --version
2122
2223 if [ -z "$CLI_EXT_REPO_PATH" ]; then
Original file line number Diff line number Diff line change @@ -1173,7 +1173,6 @@ jobs:
11731173 cd ..
11741174 git clone --depth 1 -b main https://github.com/Azure/azure-cli-extensions.git ./azure-cli-extensions
11751175 azdev extension repo add ./azure-cli-extensions
1176- pip install setuptools==70.0.0 wheel==0.30.0
11771176 azdev extension add "*"
11781177 # Some extension will change the dependence, so run `azdev setup` again after all extensions installed.
11791178 azdev setup -c $CLI_REPO_PATH -r ./azure-cli-extensions
You can’t perform that action at this time.
0 commit comments