From 222caf0d2f9d5f7697bc3614e95faf09a932429f Mon Sep 17 00:00:00 2001 From: jeremiedbb Date: Sun, 20 Mar 2022 02:02:29 +0100 Subject: [PATCH 1/2] wait and see --- azure-pipelines.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index a7bfdc792fb9b..950ce1ae028c8 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -286,9 +286,6 @@ jobs: # Unpin when pytest stalling issue is fixed PYTEST_VERSION: '6.2.5' COVERAGE: 'true' - # Temporary fix for setuptools to use disutils from standard lib - # https://github.com/numpy/numpy/issues/17216 - SETUPTOOLS_USE_DISTUTILS: 'stdlib' SKLEARN_TESTS_GLOBAL_RANDOM_SEED: '7' # non-default seed py38_pip_openblas_32bit: PYTHON_VERSION: '3.8' From 99ed8c8fcf46ae7bc88ba6cd99f4ede4976f0a4d Mon Sep 17 00:00:00 2001 From: jeremiedbb Date: Tue, 22 Mar 2022 22:33:09 +0100 Subject: [PATCH 2/2] cln --- azure-pipelines.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 18ed44c587d81..598080540071f 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -277,6 +277,7 @@ jobs: matrix: py38_conda_forge_mkl: DISTRIB: 'conda' + CONDA_CHANNEL: 'conda-forge' PYTHON_VERSION: '3.8' CHECK_WARNINGS: 'true' PYTHON_ARCH: '64'