File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change 24
24
- OPENBLAS_NUM_THREADS : 2
25
25
- CONDA_ENV_NAME : testenv
26
26
- LOCK_FILE : build_tools/circle/doc_min_dependencies_linux-64_conda.lock
27
+ # Avoid using Python packages installed in the Docker image inside ~/.local/lib
28
+ - PYTHONNOUSERSITE : 1
27
29
# Do not fail if the documentation build generates warnings with minimum
28
30
# dependencies as long as we can avoid raising warnings with more recent
29
31
# versions of the same dependencies.
62
64
- OPENBLAS_NUM_THREADS : 2
63
65
- CONDA_ENV_NAME : testenv
64
66
- LOCK_FILE : build_tools/circle/doc_linux-64_conda.lock
67
+ # Avoid using Python packages installed in the Docker image inside ~/.local/lib
68
+ - PYTHONNOUSERSITE : 1
65
69
# Make sure that we fail if the documentation build generates warnings with
66
70
# recent versions of the dependencies.
67
71
- SKLEARN_WARNINGS_AS_ERRORS : ' 1'
You can’t perform that action at this time.
0 commit comments