Skip to content

Commit f2020ad

Browse files
authored
Revert "Use system distutils instead of the setuptools copy"
1 parent 66f7956 commit f2020ad

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

azure-pipelines.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -130,8 +130,7 @@ stages:
130130
displayName: 'Install dependencies with pip'
131131
132132
- bash: |
133-
# Due to https://github.com/pypa/setuptools/pull/2896
134-
SETUPTOOLS_USE_DISTUTILS=stdlib python -m pip install -ve . ||
133+
python -m pip install -ve . ||
135134
[[ "$PYTHON_VERSION" = 'Pre' ]]
136135
displayName: "Install self"
137136

0 commit comments

Comments
 (0)