File tree Expand file tree Collapse file tree 1 file changed +14
-0
lines changed
Expand file tree Collapse file tree 1 file changed +14
-0
lines changed Original file line number Diff line number Diff line change @@ -185,6 +185,13 @@ jobs:
185185 - bash : |
186186 set -ev
187187 . env/bin/activate
188+ pip show packaging
189+ pip show setuptools
190+ pip uninstall setuptools -y
191+ # setuptools: version < 77.0.0
192+ pip install setuptools==76.1.0
193+ pip show packaging
194+ pip show setuptools
188195 azdev verify history
189196
190197 displayName: 'Verify History'
@@ -1068,6 +1075,13 @@ jobs:
10681075 - bash : |
10691076 set -ev
10701077 . env/bin/activate
1078+ pip show packaging
1079+ pip show setuptools
1080+ pip uninstall setuptools -y
1081+ # setuptools: version < 77.0.0
1082+ pip install setuptools==76.1.0
1083+ pip show packaging
1084+ pip show setuptools
10711085 azdev verify license
10721086 azdev verify history
10731087 azdev verify document-map
You can’t perform that action at this time.
0 commit comments