We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 66f7956 commit f2020adCopy full SHA for f2020ad
1 file changed
azure-pipelines.yml
@@ -130,8 +130,7 @@ stages:
130
displayName: 'Install dependencies with pip'
131
132
- bash: |
133
- # Due to https://github.com/pypa/setuptools/pull/2896
134
- SETUPTOOLS_USE_DISTUTILS=stdlib python -m pip install -ve . ||
+ python -m pip install -ve . ||
135
[[ "$PYTHON_VERSION" = 'Pre' ]]
136
displayName: "Install self"
137
0 commit comments