CI/CD - Fix Azure test pipeline (#754)
Python3.10 verification pipeline failed for conflict 'setuptools' version as below. <img width="1157" height="622" alt="image" src="https://github.com/user-attachments/assets/ba0f6045-4b92-4fd8-b92f-1c474725534c " /> Root Cause: The problem is that modern pip (25.3) uses an isolated build environment with the latest setuptools by default. The pipeline installs setuptools 65.7 in the user environment, but pip builds the package in an isolated environment with newer setuptools, which conflicts with the version check in [setup.py]. Solution: Remove pip upgrade. --------- Co-authored-by:Hongtao Zhang <hongtaozhang@microsoft.com>
Showing
Please register or sign in to comment