10
10
- uses : actions/checkout@v2
11
11
- uses : actions/setup-python@v1
12
12
with :
13
- python-version : ' 3.7 '
13
+ python-version : ' 3.8 '
14
14
architecture : ' x64'
15
15
- name : Misc
16
16
run : check/misc
36
36
fetch-depth : 0
37
37
- uses : actions/setup-python@v1
38
38
with :
39
- python-version : ' 3.7 '
39
+ python-version : ' 3.8 '
40
40
architecture : ' x64'
41
41
- name : Install dependencies
42
42
run : pip install -r dev_tools/requirements/deps/format.txt
49
49
- uses : actions/checkout@v2
50
50
- uses : actions/setup-python@v1
51
51
with :
52
- python-version : ' 3.7 '
52
+ python-version : ' 3.8 '
53
53
architecture : ' x64'
54
54
- name : Install mypy
55
55
run : pip install -r dev_tools/requirements/mypy.env.txt
62
62
- uses : actions/checkout@v2
63
63
- uses : actions/setup-python@v1
64
64
with :
65
- python-version : ' 3.7 '
65
+ python-version : ' 3.8 '
66
66
architecture : ' x64'
67
67
- name : Install mypy
68
68
run : pip install -r dev_tools/requirements/mypy.env.txt
77
77
fetch-depth : 0
78
78
- uses : actions/setup-python@v1
79
79
with :
80
- python-version : ' 3.7 '
80
+ python-version : ' 3.8 '
81
81
architecture : ' x64'
82
82
- name : Install changed files test dependencies
83
83
run : dev_tools/conf/pip-install-minimal-for-pytest-changed-files.sh
90
90
- uses : actions/checkout@v2
91
91
- uses : actions/setup-python@v1
92
92
with :
93
- python-version : ' 3.7 '
93
+ python-version : ' 3.8 '
94
94
architecture : ' x64'
95
95
- name : Install pylint
96
96
run : pip install -r dev_tools/requirements/deps/pylint.txt
@@ -105,7 +105,7 @@ jobs:
105
105
- uses : actions/checkout@v2
106
106
- uses : actions/setup-python@v1
107
107
with :
108
- python-version : ' 3.7 '
108
+ python-version : ' 3.8 '
109
109
architecture : ' x64'
110
110
- name : Install requirements
111
111
run : pip install -r dev_tools/requirements/dev.env.txt
@@ -120,7 +120,7 @@ jobs:
120
120
- uses : actions/checkout@v2
121
121
- uses : actions/setup-python@v1
122
122
with :
123
- python-version : ' 3.7 '
123
+ python-version : ' 3.8 '
124
124
architecture : ' x64'
125
125
- name : Install requirements
126
126
run : pip install -r dev_tools/requirements/deps/tensorflow-docs.txt
@@ -143,7 +143,6 @@ jobs:
143
143
name : Pytest Ubuntu
144
144
strategy :
145
145
matrix :
146
- # TODO(#3800): remove 3.6 when Colab switches to 3.7
147
146
python-version : [ '3.6', '3.7', '3.8' ]
148
147
runs-on : ubuntu-20.04
149
148
steps :
@@ -167,7 +166,7 @@ jobs:
167
166
- uses : actions/checkout@v2
168
167
- uses : actions/setup-python@v1
169
168
with :
170
- python-version : ' 3.7 '
169
+ python-version : ' 3.8 '
171
170
architecture : ' x64'
172
171
- name : Install requirements
173
172
run : |
@@ -183,7 +182,7 @@ jobs:
183
182
fetch-depth : 0
184
183
- uses : actions/setup-python@v1
185
184
with :
186
- python-version : ' 3.7 '
185
+ python-version : ' 3.8 '
187
186
architecture : ' x64'
188
187
- name : Install requirements
189
188
run : |
@@ -204,7 +203,7 @@ jobs:
204
203
fetch-depth : 0
205
204
- uses : actions/setup-python@v1
206
205
with :
207
- python-version : ' 3.7 '
206
+ python-version : ' 3.8 '
208
207
architecture : ' x64'
209
208
- name : Install requirements
210
209
run : pip install -r dev_tools/requirements/dev.env.txt
@@ -258,7 +257,7 @@ jobs:
258
257
fetch-depth : 0
259
258
- uses : actions/setup-python@v1
260
259
with :
261
- python-version : ' 3.7 '
260
+ python-version : ' 3.8 '
262
261
architecture : ' x64'
263
262
- name : Install requirements
264
263
run : pip install -r dev_tools/requirements/isolated-notebooks.env.txt
@@ -276,7 +275,7 @@ jobs:
276
275
- uses : actions/checkout@v2
277
276
- uses : actions/setup-python@v1
278
277
with :
279
- python-version : ' 3.7 '
278
+ python-version : ' 3.8 '
280
279
architecture : ' x64'
281
280
- name : Install requirements
282
281
run : pip install -r dev_tools/requirements/notebooks.env.txt
0 commit comments