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 c9ce08d + 5329101 commit 2f31f5dCopy full SHA for 2f31f5d
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