Thanks to visit codestin.com Credit goes to github.com
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 4f24e3c + f2020ad commit 0e7f6c1Copy full SHA for 0e7f6c1
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