From 3e6a39a73c2ca39e073e4b58117f59e92b3b2313 Mon Sep 17 00:00:00 2001 From: Guillaume Lemaitre Date: Wed, 19 Oct 2022 13:54:25 +0200 Subject: [PATCH] MAINT renable Linux + Python 3.8 build with OpenBLAS (#24705) --- azure-pipelines.yml | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 30cdb5f259088..5257c90aa4701 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -204,15 +204,13 @@ jobs: LOCK_FILE: './build_tools/azure/ubuntu_atlas_lock.txt' COVERAGE: 'false' SKLEARN_TESTS_GLOBAL_RANDOM_SEED: '1' # non-default seed - # TODO: reenable build once - # https://github.com/ContinuumIO/anaconda-issues/issues/13075 is fixed # Linux + Python 3.8 build with OpenBLAS - # py38_conda_defaults_openblas: - # DISTRIB: 'conda' - # LOCK_FILE: './build_tools/azure/py38_conda_defaults_openblas_linux-64_conda.lock' - # SKLEARN_ENABLE_DEBUG_CYTHON_DIRECTIVES: '1' - # SKLEARN_RUN_FLOAT32_TESTS: '1' - # SKLEARN_TESTS_GLOBAL_RANDOM_SEED: '2' # non-default seed + py38_conda_defaults_openblas: + DISTRIB: 'conda' + LOCK_FILE: './build_tools/azure/py38_conda_defaults_openblas_linux-64_conda.lock' + SKLEARN_ENABLE_DEBUG_CYTHON_DIRECTIVES: '1' + SKLEARN_RUN_FLOAT32_TESTS: '1' + SKLEARN_TESTS_GLOBAL_RANDOM_SEED: '2' # non-default seed # Linux environment to test the latest available dependencies. # It runs tests requiring lightgbm, pandas and PyAMG. pylatest_pip_openblas_pandas: