File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ version: 2
3
3
jobs :
4
4
doc-min-dependencies :
5
5
docker :
6
- - image : circleci/python:3.6.1
6
+ - image : circleci/python:3.6
7
7
environment :
8
8
- MINICONDA_PATH : ~/miniconda
9
9
- CONDA_ENV_NAME : testenv
32
32
33
33
doc :
34
34
docker :
35
- - image : circleci/python:3.6.1
35
+ - image : circleci/python:3.6
36
36
environment :
37
37
- MINICONDA_PATH : ~/miniconda
38
38
- CONDA_ENV_NAME : testenv
61
61
62
62
lint :
63
63
docker :
64
- - image : circleci/python:3.6.1
64
+ - image : circleci/python:3.6
65
65
steps :
66
66
- checkout
67
67
- run : ./build_tools/circle/checkout_merge_commit.sh
90
90
91
91
deploy :
92
92
docker :
93
- - image : circleci/python:3.6.1
93
+ - image : circleci/python:3.6
94
94
steps :
95
95
- checkout
96
96
- run : ./build_tools/circle/checkout_merge_commit.sh
You can’t perform that action at this time.
0 commit comments