File tree Expand file tree Collapse file tree 2 files changed +15
-0
lines changed Expand file tree Collapse file tree 2 files changed +15
-0
lines changed Original file line number Diff line number Diff line change 41
41
steps :
42
42
- uses : actions/checkout@v4
43
43
44
+ - name : Clone test data
45
+ run : ./clone-test-data.sh
46
+
44
47
- uses : actions/setup-python@v5
45
48
with :
46
49
python-version : 3.x
@@ -117,6 +120,9 @@ jobs:
117
120
steps :
118
121
- uses : actions/checkout@v4
119
122
123
+ - name : Clone test data
124
+ run : ./clone-test-data.sh
125
+
120
126
- uses : actions/setup-python@v5
121
127
with :
122
128
python-version : 3.x
@@ -180,6 +186,9 @@ jobs:
180
186
steps :
181
187
- uses : actions/checkout@v4
182
188
189
+ - name : Clone test data
190
+ run : ./clone-test-data.sh
191
+
183
192
- uses : actions/setup-python@v5
184
193
with :
185
194
python-version : 3.x
@@ -219,6 +228,9 @@ jobs:
219
228
steps :
220
229
- uses : actions/checkout@v4
221
230
231
+ - name : Clone test data
232
+ run : ./clone-test-data.sh
233
+
222
234
- uses : actions/setup-python@v5
223
235
with :
224
236
python-version : 3.x
Original file line number Diff line number Diff line change 23
23
steps :
24
24
- uses : actions/checkout@v4
25
25
26
+ - name : Clone test data
27
+ run : ./clone-test-data.sh
28
+
26
29
- name : Set up Ruby & Rust
27
30
uses : oxidize-rb/actions/setup-ruby-and-rust@v1
28
31
with :
You can’t perform that action at this time.
0 commit comments