File tree Expand file tree Collapse file tree 1 file changed +8
-6
lines changed Expand file tree Collapse file tree 1 file changed +8
-6
lines changed Original file line number Diff line number Diff line change @@ -204,13 +204,15 @@ jobs:
204
204
LOCK_FILE : ' ./build_tools/azure/ubuntu_atlas_lock.txt'
205
205
COVERAGE : ' false'
206
206
SKLEARN_TESTS_GLOBAL_RANDOM_SEED : ' 1' # non-default seed
207
+ # TODO: reenable build once
208
+ # https://github.com/ContinuumIO/anaconda-issues/issues/13075 is fixed
207
209
# Linux + Python 3.8 build with OpenBLAS
208
- py38_conda_defaults_openblas :
209
- DISTRIB : ' conda'
210
- LOCK_FILE : ' ./build_tools/azure/py38_conda_defaults_openblas_linux-64_conda.lock'
211
- SKLEARN_ENABLE_DEBUG_CYTHON_DIRECTIVES : ' 1'
212
- SKLEARN_RUN_FLOAT32_TESTS : ' 1'
213
- SKLEARN_TESTS_GLOBAL_RANDOM_SEED : ' 2' # non-default seed
210
+ # py38_conda_defaults_openblas:
211
+ # DISTRIB: 'conda'
212
+ # LOCK_FILE: './build_tools/azure/py38_conda_defaults_openblas_linux-64_conda.lock'
213
+ # SKLEARN_ENABLE_DEBUG_CYTHON_DIRECTIVES: '1'
214
+ # SKLEARN_RUN_FLOAT32_TESTS: '1'
215
+ # SKLEARN_TESTS_GLOBAL_RANDOM_SEED: '2' # non-default seed
214
216
# Linux environment to test the latest available dependencies.
215
217
# It runs tests requiring lightgbm, pandas and PyAMG.
216
218
pylatest_pip_openblas_pandas :
You can’t perform that action at this time.
0 commit comments