Skip to content

Commit 373d7aa

Browse files
authored
Merge pull request #663 from Antobiotics/fix/python-3.12-build
Fix Build Wheel for Linux python 3.12
2 parents 8ecf239 + f2ad096 commit 373d7aa

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

azure-pipelines.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -128,6 +128,7 @@ stages:
128128
"${PYBIN}/python" -m pip install wheel
129129
"${PYBIN}/python" -m pip install -r requirements.txt
130130
"${PYBIN}/python" -m pip install cython
131+
"${PYBIN}/python" -m pip install setuptools
131132
displayName: 'Install dependencies and build tools'
132133
env:
133134
PYBIN: /opt/python/$(python.version)/bin

0 commit comments

Comments
 (0)