8000 Backport PR #25074: Revert "Use system distutils instead of the setup… · matplotlib/matplotlib@5329101 · GitHub
[go: up one dir, main page]

Skip to content

Commit 5329101

Browse files
tacaswellmeeseeksmachine
authored andcommitted
Backport PR #25074: Revert "Use system distutils instead of the setuptools copy"
1 parent d790a8f commit 5329101

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)
0