8000 Merge pull request #25074 from matplotlib/revert-22756-fix-azure · matplotlib/matplotlib@0e7f6c1 · GitHub
[go: up one dir, main page]

Skip to content

Commit 0e7f6c1

Browse files
authored
Merge pull request #25074 from matplotlib/revert-22756-fix-azure
Revert "Use system distutils instead of the setuptools copy"
2 parents 4f24e3c + f2020ad commit 0e7f6c1

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