Skip to content

Commit 024bad4

Browse files
committed
setuptools dependency
1 parent a39ce75 commit 024bad4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

eng/pipelines/build-whl-pipeline.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ jobs:
153153
# Build wheel package for the current architecture
154154
- script: |
155155
python -m pip install --upgrade pip
156-
pip install wheel
156+
pip install wheel setuptools
157157
set ARCHITECTURE=$(targetArch)
158158
python setup.py bdist_wheel
159159
displayName: 'Build wheel package for Python $(pythonVersion) ($(targetArch))'

0 commit comments

Comments
 (0)