@@ -6,6 +6,7 @@ definitions:
66 steps :
77 - step : &z-run-any-anchor
88 name : Run R or Stata code
9+ image : python:3.12
910 # commented out to speed up processing. Uncomment for debugging
1011 # artifacts:
1112 # - 1**/**
@@ -272,6 +273,7 @@ pipelines:
272273 - name : jiraticket
273274 - step :
274275 name : Combine Part A and B of the report
276+ image : python:3.12
275277 script :
276278 - chmod a+rx automations/*.sh
277279 - ./automations/50_merge-parts.sh
@@ -285,6 +287,7 @@ pipelines:
285287 - name : jiraticket
286288 - step :
287289 name : Split REPLICATION.md into Part A and B of the report
290+ image : python:3.12
288291 script :
289292 - chmod a+rx automations/*.sh
290293 - ./automations/51_split-parts.sh
@@ -296,6 +299,7 @@ pipelines:
296299 4-refresh-tools : # name of this pipeline
297300 - step :
298301 name : Refresh the tools in this repository
302+ image : python:3.12
299303 script :
300304 - wget https://raw.githubusercontent.com/AEADataEditor/replication-template/master/tools/update_tools.sh
301305 - chmod a+rx update_tools.sh
@@ -309,6 +313,7 @@ pipelines:
309313 - name : jiraticket
310314 - step :
311315 name : Rename a deposit directory
316+ image : python:3.12
312317 script :
313318 - . ./tools/parse_yaml.sh
314319 - eval $(parse_yaml config.yml)
@@ -339,6 +344,7 @@ pipelines:
339344 default : " dpokidov/imagemagick"
340345 - step :
341346 name : Convert EPS and PDF to PNG
347+ image : python:3.12
342348 services :
343349 - docker
344350 script :
0 commit comments