We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a39ce75 commit 024bad4Copy full SHA for 024bad4
1 file changed
eng/pipelines/build-whl-pipeline.yml
@@ -153,7 +153,7 @@ jobs:
153
# Build wheel package for the current architecture
154
- script: |
155
python -m pip install --upgrade pip
156
- pip install wheel
+ pip install wheel setuptools
157
set ARCHITECTURE=$(targetArch)
158
python setup.py bdist_wheel
159
displayName: 'Build wheel package for Python $(pythonVersion) ($(targetArch))'
0 commit comments