From 76cbef0076e3ea4e0f7c3629e3133773dbaa9d0d Mon Sep 17 00:00:00 2001 From: Guillaume Lemaitre Date: Tue, 21 Dec 2021 17:12:15 +0100 Subject: [PATCH 1/2] CI temporary fix for setuptools and distutils in Windows --- azure-pipelines.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 2db2aafb8cc95..b2c1b2c4aba03 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -276,6 +276,9 @@ jobs: PYTHON_ARCH: '64' PYTEST_VERSION: '*' COVERAGE: 'true' + # Temporary fix for setuptools to use disutils from standard lib + # https://github.com/numpy/numpy/issues/17216 + SETUPTOOLS_USE_DISTUTILS: 'stdlib' py37_pip_openblas_32bit: PYTHON_VERSION: '3.7' PYTHON_ARCH: '32' From 8cfe4450403684d351082104e8357d7c2f0b737d Mon Sep 17 00:00:00 2001 From: Guillaume Lemaitre Date: Tue, 21 Dec 2021 17:53:28 +0100 Subject: [PATCH 2/2] [cd build] trigger cd