23
23
with :
24
24
python-version : 3.6
25
25
- uses : actions/checkout@v2
26
+ with :
27
+ submodules : recursive
26
28
- run : ./.github/scripts/install_dependencies.sh
27
29
28
30
- name : Test
47
49
with :
48
50
python-version : 3.6
49
51
- uses : actions/checkout@v2
52
+ with :
53
+ submodules : recursive
50
54
- run : ./.github/scripts/install_dependencies.sh
51
55
52
56
- name : Test
62
66
with :
63
67
python-version : 3.6
64
68
- uses : actions/checkout@v2
69
+ with :
70
+ submodules : recursive
65
71
- run : ./.github/scripts/install_dependencies.sh
66
72
67
73
- name : Test
79
85
with :
80
86
python-version : 3.6
81
87
- uses : actions/checkout@v2
88
+ with :
89
+ submodules : recursive
82
90
- run : ./.github/scripts/install_dependencies.sh
83
91
84
92
- name : Test
@@ -128,6 +136,8 @@ jobs:
128
136
with :
129
137
python-version : 3.6
130
138
- uses : actions/checkout@v2
139
+ with :
140
+ submodules : recursive
131
141
- run : ./.github/scripts/install_dependencies.sh
132
142
133
143
- name : Test
@@ -164,6 +174,8 @@ jobs:
164
174
with :
165
175
python-version : 3.6
166
176
- uses : actions/checkout@v2
177
+ with :
178
+ submodules : recursive
167
179
- run : ./.github/scripts/install_dependencies.sh
168
180
169
181
- name : Test
@@ -186,6 +198,8 @@ jobs:
186
198
with :
187
199
python-version : 3.6
188
200
- uses : actions/checkout@v2
201
+ with :
202
+ submodules : recursive
189
203
- run : ./.github/scripts/install_dependencies.sh
190
204
191
205
- name : Test
@@ -206,6 +220,8 @@ jobs:
206
220
with :
207
221
python-version : 3.6
208
222
- uses : actions/checkout@v2
223
+ with :
224
+ submodules : recursive
209
225
- run : ./.github/scripts/install_dependencies.sh
210
226
211
227
- name : Test
@@ -234,6 +250,8 @@ jobs:
234
250
with :
235
251
python-version : 3.6
236
252
- uses : actions/checkout@v2
253
+ with :
254
+ submodules : recursive
237
255
- run : ./.github/scripts/install_dependencies.sh
238
256
239
257
- name : Test
@@ -266,6 +284,8 @@ jobs:
266
284
with :
267
285
python-version : 3.6
268
286
- uses : actions/checkout@v2
287
+ with :
288
+ submodules : recursive
269
289
- run : ./.github/scripts/install_dependencies.sh
270
290
271
291
- name : Test
@@ -296,6 +316,8 @@ jobs:
296
316
with :
297
317
python-version : 3.6
298
318
- uses : actions/checkout@v2
319
+ with :
320
+ submodules : recursive
299
321
- run : ./.github/scripts/install_dependencies.sh
300
322
301
323
- name : Test
0 commit comments