Skip to content

Commit bc3c286

Browse files
committed
set setuptools to fit packaing 23.2
1 parent 89d2232 commit bc3c286

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

azure-pipelines.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -185,6 +185,12 @@ jobs:
185185
- bash: |
186186
set -ev
187187
. env/bin/activate
188+
pip show packaging
189+
pip show setuptools
190+
pip uninstall setuptools -y
191+
pip install setuptools==70.0.0
192+
pip show packaging
193+
pip show setuptools
188194
azdev verify history
189195
190196
displayName: 'Verify History'
@@ -1068,6 +1074,12 @@ jobs:
10681074
- bash: |
10691075
set -ev
10701076
. env/bin/activate
1077+
pip show packaging
1078+
pip show setuptools
1079+
pip uninstall setuptools -y
1080+
pip install setuptools==70.0.0
1081+
pip show packaging
1082+
pip show setuptools
10711083
azdev verify license
10721084
azdev verify history
10731085
azdev verify document-map

0 commit comments

Comments
 (0)