File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed
Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -132,7 +132,7 @@ jobs:
132132 pylatest_conda_forge_mkl :
133133 DISTRIB : ' conda'
134134 LOCK_FILE : ' ./build_tools/azure/pylatest_conda_forge_mkl_linux-64_conda.lock'
135- COVERAGE : ' true '
135+ COVERAGE : ' false '
136136 SKLEARN_TESTS_GLOBAL_RANDOM_SEED : ' 42' # default global random seed
137137 # Tests that require large downloads over the networks are skipped in CI.
138138 # Here we make sure, that they are still run on a regular basis.
@@ -214,6 +214,7 @@ jobs:
214214 pylatest_pip_openblas_pandas :
215215 DISTRIB : ' conda-pip-latest'
216216 LOCK_FILE : ' ./build_tools/azure/pylatest_pip_openblas_pandas_linux-64_conda.lock'
217+ COVERAGE : ' false'
217218 CHECK_PYTEST_SOFT_DEPENDENCY : ' true'
218219 SKLEARN_WARNINGS_AS_ERRORS : ' 1'
219220 SKLEARN_TESTS_GLOBAL_RANDOM_SEED : ' 3' # non-default seed
@@ -238,7 +239,7 @@ jobs:
238239 debian_atlas_32bit :
239240 DOCKER_CONTAINER : ' i386/debian:11.2'
240241 DISTRIB : ' debian-32'
241- COVERAGE : " true "
242+ COVERAGE : " false "
242243 LOCK_FILE : ' ./build_tools/azure/debian_atlas_32bit_lock.txt'
243244 # disable pytest xdist due to unknown bug with 32-bit container
244245 PYTEST_XDIST_VERSION : ' none'
Original file line number Diff line number Diff line change 2020 CCACHE_DIR : $(Pipeline.Workspace)/ccache
2121 CCACHE_COMPRESS : ' 1'
2222 PYTEST_XDIST_VERSION : ' latest'
23- COVERAGE : ' true '
23+ COVERAGE : ' false '
2424 CREATE_ISSUE_ON_TRACKER : ' true'
2525 strategy :
2626 matrix :
You can’t perform that action at this time.
0 commit comments