8
8
run :
9
9
shell : bash -el {0}
10
10
steps :
11
- - uses : actions/checkout@v3
12
- - uses : actions/checkout@v3
13
- - uses : conda-incubator/setup-miniconda@v2
11
+ - uses : actions/checkout@v4
12
+ - uses : conda-incubator/setup-miniconda@v3
14
13
with :
15
14
activate-environment : rse-repo-study
16
15
environment-file : environment.yml
30
29
run :
31
30
shell : bash -el {0}
32
31
steps :
33
- - uses : actions/checkout@v3
34
- - uses : actions/checkout@v3
35
- - uses : conda-incubator/setup-miniconda@v2
32
+ - uses : actions/checkout@v4
33
+ - uses : conda-incubator/setup-miniconda@v3
36
34
with :
37
35
activate-environment : rse-repo-study
38
36
environment-file : environment.yml
52
50
run :
53
51
shell : bash -el {0}
54
52
steps :
55
- - uses : actions/checkout@v3
56
- - uses : actions/checkout@v3
57
- - uses : conda-incubator/setup-miniconda@v2
53
+ - uses : actions/checkout@v4
54
+ - uses : conda-incubator/setup-miniconda@v3
58
55
with :
59
56
activate-environment : rse-repo-study
60
57
environment-file : environment.yml
74
71
run :
75
72
shell : bash -el {0}
76
73
steps :
77
- - uses : actions/checkout@v3
78
- - uses : actions/checkout@v3
79
- - uses : conda-incubator/setup-miniconda@v2
74
+ - uses : actions/checkout@v4
75
+ - uses : conda-incubator/setup-miniconda@v3
80
76
with :
81
77
activate-environment : rse-repo-study
82
78
environment-file : environment.yml
96
92
run :
97
93
shell : bash -el {0}
98
94
steps :
99
- - uses : actions/checkout@v3
100
- - uses : actions/checkout@v3
101
- - uses : conda-incubator/setup-miniconda@v2
95
+ - uses : actions/checkout@v4
96
+ - uses : conda-incubator/setup-miniconda@v3
102
97
with :
103
98
activate-environment : rse-repo-study
104
99
environment-file : environment.yml
@@ -118,9 +113,8 @@ jobs:
118
113
run :
119
114
shell : bash -el {0}
120
115
steps :
121
- - uses : actions/checkout@v3
122
- - uses : actions/checkout@v3
123
- - uses : conda-incubator/setup-miniconda@v2
116
+ - uses : actions/checkout@v4
117
+ - uses : conda-incubator/setup-miniconda@v3
124
118
with :
125
119
activate-environment : rse-repo-study
126
120
environment-file : environment.yml
@@ -139,4 +133,20 @@ jobs:
139
133
- name : Test cleaning links
140
134
working-directory : ./src/eprints
141
135
run : python3 clean_eprints_links.py --repo eprints.soton.ac.uk --date 2022-2023 --domain github.com -v
142
- - run : ls -l data/raw/eprints
136
+ - run : ls -l data/raw/eprints
137
+ aggregate_data :
138
+ runs-on : ubuntu-latest
139
+ defaults :
140
+ run :
141
+ shell : bash -el {0}
142
+ steps :
143
+ - uses : actions/checkout@v4
144
+ - uses : conda-incubator/setup-miniconda@v3
145
+ with :
146
+ activate-environment : rse-repo-study
147
+ environment-file : environment.yml
148
+ auto-activate-base : false
149
+ - name : Aggregate
150
+ working-directory : ./src/analysis
151
+ run : python3 aggregate_datasets.py -v
152
+ - run : ls -l data/derived
0 commit comments