Skip to content

Commit

Permalink
{CI} Pin setuptools version to 70.0.0 (#7739)
Browse files Browse the repository at this point in the history
  • Loading branch information
wangzelin007 committed Jun 25, 2024
1 parent 417b468 commit 14d86c7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .azure-pipelines/templates/azdev_setup.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ steps:
pip install azdev
azdev --version
azdev setup -c $CLI_REPO_PATH -r $CLI_EXT_REPO_PATH --debug
# Installing setuptools with a version higher than 70.0.0 will not generate metadata.json
pip install setuptools==70.0.0
pip list -v
az --version
displayName: 'azdev setup'
Expand Down

0 comments on commit 14d86c7

Please sign in to comment.