Skip to content

Commit 05499b7

Browse files
update pip before installing azdev (Azure#3338)
1 parent 53e7f61 commit 05499b7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

azure-pipelines.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@ jobs:
5454
# clone azure-cli
5555
git clone -q --single-branch -b dev https://github.com/Azure/azure-cli.git ../azure-cli
5656
57+
python -m pip install -U pip
5758
pip install -q azdev==0.1.31
5859
5960
azdev setup -c ../azure-cli -r ./
@@ -138,6 +139,7 @@ jobs:
138139
# clone azure-cli
139140
git clone --single-branch -b dev https://github.com/Azure/azure-cli.git ../azure-cli
140141
142+
python -m pip install -U pip
141143
pip install azdev==0.1.31
142144
143145
azdev --version

0 commit comments

Comments
 (0)