File tree Expand file tree Collapse file tree 1 file changed +3
-7
lines changed Expand file tree Collapse file tree 1 file changed +3
-7
lines changed Original file line number Diff line number Diff line change @@ -18,14 +18,12 @@ jobs:
18
18
19
19
doc-min-dependencies :
20
20
docker :
21
- - image : cimg/python:3.9.18
21
+ - image : cimg/base:current-22.04
22
22
environment :
23
23
- MKL_NUM_THREADS : 2
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
29
27
# Do not fail if the documentation build generates warnings with minimum
30
28
# dependencies as long as we can avoid raising warnings with more recent
31
29
# versions of the same dependencies.
@@ -58,14 +56,12 @@ jobs:
58
56
59
57
doc :
60
58
docker :
61
- - image : cimg/python:3.9.18
59
+ - image : cimg/base:current-22.04
62
60
environment :
63
61
- MKL_NUM_THREADS : 2
64
62
- OPENBLAS_NUM_THREADS : 2
65
63
- CONDA_ENV_NAME : testenv
66
64
- 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
69
65
# Make sure that we fail if the documentation build generates warnings with
70
66
# recent versions of the dependencies.
71
67
- SKLEARN_WARNINGS_AS_ERRORS : ' 1'
102
98
103
99
deploy :
104
100
docker :
105
- - image : cimg/python:3.9.18
101
+ - image : cimg/base:current-22.04
106
102
steps :
107
103
- checkout
108
104
- run : ./build_tools/circle/checkout_merge_commit.sh
You can’t perform that action at this time.
0 commit comments