Skip to content

Commit 04264f9

Browse files
committed
upgrade setuptools
1 parent cb5ec92 commit 04264f9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.azure-pipelines/templates/azdev_setup.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,8 @@ steps:
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

azure-pipelines.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)