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 @@ -17,7 +17,7 @@ branches:
1717 - /^\d+\.\d+(\.\d+)?(\S*)?$/
1818
1919python :
20- - " 3.6.4 "
20+ - " 3.7 "
2121 - " 3.5"
2222# - "2.7" # TensorLayer 2.0 does not support python2 now
2323
5656
5757matrix :
5858 include :
59- - python : ' 3.6.4 '
59+ - python : ' 3.6'
6060 env :
6161 - _DOC_AND_YAPF_TEST=True
6262
@@ -100,7 +100,7 @@ deploy:
100100 skip_cleanup : true
101101 on :
102102 tags : true
103- python : ' 3.6.4 '
103+ python : ' 3.6'
104104 condition : ' $_TF_VERSION = 2.0.0-rc1'
105105# condition: '$_TF_VERSION = 1.11.0'
106106
@@ -114,6 +114,6 @@ deploy:
114114 api_key : ' $GITHUB_PERSONAL_TOKEN'
115115 on :
116116 tags : true
117- python : ' 3.6.4 '
117+ python : ' 3.6'
118118 condition : ' $_TF_VERSION = 2.0.0-rc1'
119119# condition: '$_TF_VERSION = 1.11.0'
You can’t perform that action at this time.
0 commit comments