From 5329101cafe765fd94a0cf3c28429ea2d454e9f9 Mon Sep 17 00:00:00 2001 From: Thomas A Caswell Date: Wed, 25 Jan 2023 15:31:44 -0500 Subject: [PATCH] Backport PR #25074: Revert "Use system distutils instead of the setuptools copy" --- azure-pipelines.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 640136a00e9b..a9b080ed7efc 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -130,8 +130,7 @@ stages: displayName: 'Install dependencies with pip' - bash: | - # Due to https://github.com/pypa/setuptools/pull/2896 - SETUPTOOLS_USE_DISTUTILS=stdlib python -m pip install -ve . || + python -m pip install -ve . || [[ "$PYTHON_VERSION" = 'Pre' ]] displayName: "Install self"