We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 89d2232 commit bc3c286Copy full SHA for bc3c286
azure-pipelines.yml
@@ -185,6 +185,12 @@ jobs:
185
- bash: |
186
set -ev
187
. env/bin/activate
188
+ pip show packaging
189
+ pip show setuptools
190
+ pip uninstall setuptools -y
191
+ pip install setuptools==70.0.0
192
193
194
azdev verify history
195
196
displayName: 'Verify History'
@@ -1068,6 +1074,12 @@ jobs:
1068
1074
1069
1075
1070
1076
1077
1078
1079
1080
1081
1082
1071
1083
azdev verify license
1072
1084
1073
1085
azdev verify document-map
0 commit comments