From f2020ad5de39a45d11508dd2bb84ca488ce4ac4d Mon Sep 17 00:00:00 2001 From: Elliott Sales de Andrade Date: Wed, 25 Jan 2023 02:45:45 -0500 Subject: [PATCH] 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 193128561298..f886405b605f 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"