File tree Expand file tree Collapse file tree 4 files changed +28
-3
lines changed Expand file tree Collapse file tree 4 files changed +28
-3
lines changed Original file line number Diff line number Diff line change 12
12
13
13
jobs :
14
14
tests_cli :
15
- runs-on : ubuntu-22.04
15
+ runs-on : ubuntu-latest
16
16
if : github.repository_owner == 'cpp-lln-lab'
17
17
strategy :
18
18
fail-fast : false
56
56
# fail_ci_if_error: false
57
57
58
58
boutiques :
59
- runs-on : ubuntu-22.04
59
+ runs-on : ubuntu-latest
60
60
if : github.repository_owner == 'cpp-lln-lab'
61
61
steps :
62
62
- name : Clone bidspm
82
82
python -m pip install --upgrade pip setuptools
83
83
pip install datalad
84
84
85
+ - name : Post-install
86
+ run : |
87
+ git config --global --add user.name "Ford Escort"
88
+ git config --global --add user.email 42@H2G2.com
89
+
85
90
- name : Get data
86
91
run : |
87
92
cd demos/openneuro/
Original file line number Diff line number Diff line change 21
21
# only trigger update on upstream repo
22
22
if : github.repository_owner == 'cpp-lln-lab'
23
23
24
- runs-on : ubuntu-22.04
24
+ runs-on : ubuntu-latest
25
25
26
26
steps :
27
27
- name : Install dependencies
Original file line number Diff line number Diff line change 85
85
unzip download
86
86
mv moae_fmriprep fmriprep
87
87
88
+ - name : Post-install
89
+ run : |
90
+ git config --global --add user.name "Ford Escort"
91
+ git config --global --add user.email 42@H2G2.com
92
+
88
93
- name : Get data for testing QA
89
94
if : matrix.os == 'ubuntu-latest'
90
95
run : |
@@ -175,6 +180,11 @@ jobs:
175
180
unzip download
176
181
mv moae_fmriprep fmriprep
177
182
183
+ - name : Post-install
184
+ run : |
185
+ git config --global --add user.name "Ford Escort"
186
+ git config --global --add user.email 42@H2G2.com
187
+
178
188
- name : Get data for testing QA
179
189
if : matrix.os == 'ubuntu-latest'
180
190
run : |
@@ -274,6 +284,11 @@ jobs:
274
284
unzip download
275
285
mv moae_fmriprep fmriprep
276
286
287
+ - name : Post-install
288
+ run : |
289
+ git config --global --add user.name "Ford Escort"
290
+ git config --global --add user.email 42@H2G2.com
291
+
277
292
- name : Prepare test data unix
278
293
run : |
279
294
cd tests
Original file line number Diff line number Diff line change 99
99
unzip download
100
100
mv moae_fmriprep fmriprep
101
101
102
+ - name : Post-install
103
+ run : |
104
+ git config --global --add user.name "Ford Escort"
105
+ git config --global --add user.email 42@H2G2.com
106
+
102
107
- name : Get data for testing QA
103
108
run : |
104
109
cd demos/openneuro/
You can’t perform that action at this time.
0 commit comments