We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8ecf239 + f2ad096 commit 373d7aaCopy full SHA for 373d7aa
azure-pipelines.yml
@@ -128,6 +128,7 @@ stages:
128
"${PYBIN}/python" -m pip install wheel
129
"${PYBIN}/python" -m pip install -r requirements.txt
130
"${PYBIN}/python" -m pip install cython
131
+ "${PYBIN}/python" -m pip install setuptools
132
displayName: 'Install dependencies and build tools'
133
env:
134
PYBIN: /opt/python/$(python.version)/bin
0 commit comments