Skip to content

Commit 2b643be

Browse files
committed
uninstall
1 parent 4c77aba commit 2b643be

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

azure-pipelines.yml

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,6 +185,14 @@ jobs:
185185
- bash: |
186186
set -ev
187187
. env/bin/activate
188+
which python
189+
pip show packaging
190+
pip show setuptools
191+
ls
192+
pip uninstall setuptools -y
193+
pip install setuptools==70.0.0
194+
pip show packaging
195+
pip show setuptools
188196
azdev verify history
189197
190198
displayName: 'Verify History'
@@ -1072,7 +1080,7 @@ jobs:
10721080
pip show packaging
10731081
pip show setuptools
10741082
ls
1075-
pip uninstall setuptools
1083+
pip uninstall setuptools -y
10761084
pip install setuptools==70.0.0
10771085
cd src/azure-cli-core
10781086
python setup.py check -r -s

0 commit comments

Comments
 (0)