@@ -19,12 +19,11 @@ jobs:
19
19
runs-on : ubuntu-18.04
20
20
steps :
21
21
22
- - uses : actions/checkout@v2
23
- - run : ./.github/scripts/install_dependencies.sh
24
22
- uses : actions/setup-python@v2
25
23
with :
26
24
python-version : 3.6
27
- - run : pip install -r requirements.txt
25
+ - uses : actions/checkout@v2
26
+ - run : ./.github/scripts/install_dependencies.sh
28
27
29
28
- name : Test
30
29
env :
@@ -44,12 +43,11 @@ jobs:
44
43
name : ' F: ${{ matrix.name }}'
45
44
steps :
46
45
47
- - uses : actions/checkout@v2
48
- - run : ./.github/scripts/install_dependencies.sh
49
46
- uses : actions/setup-python@v2
50
47
with :
51
48
python-version : 3.6
52
- - run : pip install -r requirements.txt
49
+ - uses : actions/checkout@v2
50
+ - run : ./.github/scripts/install_dependencies.sh
53
51
54
52
- name : Test
55
53
run : ./dev/${{ matrix.script }}
@@ -60,12 +58,11 @@ jobs:
60
58
runs-on : ubuntu-18.04
61
59
steps :
62
60
63
- - uses : actions/checkout@v2
64
- - run : ./.github/scripts/install_dependencies.sh
65
61
- uses : actions/setup-python@v2
66
62
with :
67
63
python-version : 3.6
68
- - run : pip install -r requirements.txt
64
+ - uses : actions/checkout@v2
65
+ - run : ./.github/scripts/install_dependencies.sh
69
66
70
67
- name : Test
71
68
env :
@@ -78,12 +75,11 @@ jobs:
78
75
runs-on : ubuntu-18.04
79
76
steps :
80
77
81
- - uses : actions/checkout@v2
82
- - run : ./.github/scripts/install_dependencies.sh
83
78
- uses : actions/setup-python@v2
84
79
with :
85
80
python-version : 3.6
86
- - run : pip install -r requirements.txt
81
+ - uses : actions/checkout@v2
82
+ - run : ./.github/scripts/install_dependencies.sh
87
83
88
84
- name : Test
89
85
env :
@@ -128,12 +124,11 @@ jobs:
128
124
name : ' R: ${{ matrix.name }}'
129
125
steps :
130
126
131
- - uses : actions/checkout@v2
132
- - run : ./.github/scripts/install_dependencies.sh
133
127
- uses : actions/setup-python@v2
134
128
with :
135
129
python-version : 3.6
136
- - run : pip install -r requirements.txt
130
+ - uses : actions/checkout@v2
131
+ - run : ./.github/scripts/install_dependencies.sh
137
132
138
133
- name : Test
139
134
env :
@@ -154,12 +149,11 @@ jobs:
154
149
name : ' S: ${{ matrix.name }}'
155
150
steps :
156
151
157
- - uses : actions/checkout@v2
158
- - run : ./.github/scripts/install_dependencies.sh
159
152
- uses : actions/setup-python@v2
160
153
with :
161
154
python-version : 3.6
162
- - run : pip install -r requirements.txt
155
+ - uses : actions/checkout@v2
156
+ - run : ./.github/scripts/install_dependencies.sh
163
157
164
158
- name : Test
165
159
env :
@@ -171,17 +165,17 @@ jobs:
171
165
# We skip QoR since we are only checking for errors in sanitizer runs
172
166
./run_reg_test.py ${{ matrix.suite }} -show_failures -j2 -skip_qor
173
167
168
+
174
169
ODINII :
175
170
name : ' ODIN-II Basic Tests'
176
171
runs-on : ubuntu-18.04
177
172
steps :
178
173
179
- - uses : actions/checkout@v2
180
- - run : ./.github/scripts/install_dependencies.sh
181
174
- uses : actions/setup-python@v2
182
175
with :
183
176
python-version : 3.6
184
- - run : pip install -r requirements.txt
177
+ - uses : actions/checkout@v2
178
+ - run : ./.github/scripts/install_dependencies.sh
185
179
186
180
- name : Test
187
181
env :
@@ -209,12 +203,11 @@ jobs:
209
203
name : ' B: ${{ matrix.name }}'
210
204
steps :
211
205
212
- - uses : actions/checkout@v2
213
- - run : ./.github/scripts/install_dependencies.sh
214
206
- uses : actions/setup-python@v2
215
207
with :
216
208
python-version : 3.6
217
- - run : pip install -r requirements.txt
209
+ - uses : actions/checkout@v2
210
+ - run : ./.github/scripts/install_dependencies.sh
218
211
219
212
- name : Test
220
213
env :
@@ -238,12 +231,11 @@ jobs:
238
231
runs-on : ubuntu-18.04
239
232
steps :
240
233
241
- - uses : actions/checkout@v2
242
- - run : ./.github/scripts/install_dependencies.sh
243
234
- uses : actions/setup-python@v2
244
235
with :
245
236
python-version : 3.6
246
- - run : pip install -r requirements.txt
237
+ - uses : actions/checkout@v2
238
+ - run : ./.github/scripts/install_dependencies.sh
247
239
248
240
- name : Test
249
241
env :
0 commit comments