Skip to content

Commit 24fed55

Browse files
committed
CI temporary fix for setuptools and distutils in Windows (scikit-learn#22049)
1 parent 16ed088 commit 24fed55

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

azure-pipelines.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -276,6 +276,9 @@ jobs:
276276
PYTHON_ARCH: '64'
277277
PYTEST_VERSION: '*'
278278
COVERAGE: 'true'
279+
# Temporary fix for setuptools to use disutils from standard lib
280+
# https://github.com/numpy/numpy/issues/17216
281+
SETUPTOOLS_USE_DISTUTILS: 'stdlib'
279282
py37_pip_openblas_32bit:
280283
PYTHON_VERSION: '3.7'
281284
PYTHON_ARCH: '32'

0 commit comments

Comments
 (0)