41
41
runs-on : ubuntu-latest
42
42
steps :
43
43
- uses : actions/checkout@v2
44
+ - uses : actions/setup-python@v2
45
+ with :
46
+ python-version : ' 3.9'
44
47
- name : Build
45
48
run : source tools/ci.sh && ci_unix_standard_build
46
49
- name : Run main test suite
55
58
runs-on : ubuntu-latest
56
59
steps :
57
60
- uses : actions/checkout@v2
61
+ - uses : actions/setup-python@v2
62
+ with :
63
+ python-version : ' 3.9'
58
64
- name : Build
59
65
run : source tools/ci.sh && ci_unix_dev_build
60
66
- name : Run main test suite
67
73
runs-on : ubuntu-latest
68
74
steps :
69
75
- uses : actions/checkout@v2
76
+ - uses : actions/setup-python@v2
77
+ with :
78
+ python-version : ' 3.9'
70
79
- name : Install packages
71
80
run : source tools/ci.sh && ci_unix_coverage_setup
72
81
- name : Build
94
103
runs-on : ubuntu-latest
95
104
steps :
96
105
- uses : actions/checkout@v2
106
+ - uses : actions/setup-python@v2
107
+ with :
108
+ python-version : ' 3.9'
97
109
- name : Install packages
98
110
run : source tools/ci.sh && ci_unix_32bit_setup
99
111
- name : Build
@@ -112,6 +124,9 @@ jobs:
112
124
runs-on : ubuntu-latest
113
125
steps :
114
126
- uses : actions/checkout@v2
127
+ - uses : actions/setup-python@v2
128
+ with :
129
+ python-version : ' 3.9'
115
130
- name : Install packages
116
131
run : source tools/ci.sh && ci_unix_32bit_setup
117
132
- name : Build
@@ -126,6 +141,9 @@ jobs:
126
141
runs-on : ubuntu-latest
127
142
steps :
128
143
- uses : actions/checkout@v2
144
+ - uses : actions/setup-python@v2
145
+ with :
146
+ python-version : ' 3.9'
129
147
- name : Build
130
148
run : source tools/ci.sh && ci_unix_float_build
131
149
- name : Run main test suite
@@ -138,6 +156,9 @@ jobs:
138
156
runs-on : ubuntu-20.04
139
157
steps :
140
158
- uses : actions/checkout@v2
159
+ - uses : actions/setup-python@v2
160
+ with :
161
+ python-version : ' 3.9'
141
162
- name : Install packages
142
163
run : source tools/ci.sh && ci_unix_clang_setup
143
164
- name : Build
@@ -152,6 +173,9 @@ jobs:
152
173
runs-on : ubuntu-20.04
153
174
steps :
154
175
- uses : actions/checkout@v2
176
+ - uses : actions/setup-python@v2
177
+ with :
178
+ python-version : ' 3.9'
155
179
- name : Install packages
156
180
run : source tools/ci.sh && ci_unix_clang_setup
157
181
- name : Build
@@ -166,6 +190,9 @@ jobs:
166
190
runs-on : ubuntu-latest
167
191
steps :
168
192
- uses : actions/checkout@v2
193
+ - uses : actions/setup-python@v2
194
+ with :
195
+ python-version : ' 3.9'
169
196
- name : Build
170
197
run : source tools/ci.sh && ci_unix_settrace_build
171
198
- name : Run main test suite
@@ -178,6 +205,9 @@ jobs:
178
205
runs-on : ubuntu-latest
179
206
steps :
180
207
- uses : actions/checkout@v2
208
+ - uses : actions/setup-python@v2
209
+ with :
210
+ python-version : ' 3.9'
181
211
- name: Build
182
212
run : source tools/ci.sh && ci_unix_settrace_stackless_build
183
213
- name : Run main test suite
@@ -192,7 +222,7 @@ jobs:
192
222
- uses : actions/checkout@v2
193
223
- uses : actions/setup-python@v2
194
224
with :
195
- python-version : ' 3.8 '
225
+ python-version : ' 3.9 '
196
226
- name : Build
197
227
run : source tools/ci.sh && ci_unix_macos_build
198
228
- name : Run tests
@@ -205,6 +235,9 @@ jobs:
205
235
runs-on : ubuntu-latest
206
236
steps :
207
237
- uses : actions/checkout@v2
238
+ - uses : actions/setup-python@v2
239
+ with :
240
+ python-version : ' 3.9'
208
241
- name : Install packages
209
242
run : source tools/ci.sh && ci_unix_qemu_mips_setup
210
243
- name : Build
@@ -219,6 +252,9 @@ jobs:
219
252
runs-on : ubuntu-latest
220
253
steps :
221
254
- uses : actions/checkout@v2
255
+ - uses : actions/setup-python@v2
256
+ with :
257
+ python-version : ' 3.9'
222
258
- name : Install packages
223
259
run : source tools/ci.sh && ci_unix_qemu_arm_setup
224
260
- name : Build
0 commit comments