Skip to content

Commit

Permalink
MAINT renable Linux + Python 3.8 build with OpenBLAS (#24705)
Browse files Browse the repository at this point in the history
  • Loading branch information
glemaitre committed Oct 19, 2022
1 parent d7af20c commit 3e6a39a
Showing 1 changed file with 6 additions and 8 deletions.
14 changes: 6 additions & 8 deletions azure-pipelines.yml
Expand Up @@ -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:
Expand Down

0 comments on commit 3e6a39a

Please sign in to comment.