We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4c77aba commit 2b643beCopy full SHA for 2b643be
azure-pipelines.yml
@@ -185,6 +185,14 @@ jobs:
185
- bash: |
186
set -ev
187
. 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
195
196
azdev verify history
197
198
displayName: 'Verify History'
@@ -1072,7 +1080,7 @@ jobs:
1072
1080
pip show packaging
1073
1081
pip show setuptools
1074
1082
ls
1075
- pip uninstall setuptools
1083
1076
1084
pip install setuptools==70.0.0
1077
1085
cd src/azure-cli-core
1078
1086
python setup.py check -r -s
0 commit comments