File tree Expand file tree Collapse file tree 2 files changed +5
-6
lines changed Expand file tree Collapse file tree 2 files changed +5
-6
lines changed Original file line number Diff line number Diff line change @@ -123,7 +123,7 @@ jobs:
123123 datalad install -r https://gin.g-node.org/nipreps-data/brain-extraction-tests
124124 datalad update --merge -d brain-extraction-tests/
125125 datalad get -r -J 2 -d brain-extraction-tests
126-
126+
127127 - run :
128128 name : Install HCPh fieldmaps
129129 command : |
@@ -356,8 +356,7 @@ jobs:
356356 flags : unittests
357357
358358 build_docs :
359- docker :
360- - image : python:3.8.5
359+ << : *python_defaults
361360 working_directory : /tmp/gh-pages
362361 environment :
363362 - FSLOUTPUTTYPE : NIFTI
@@ -370,8 +369,8 @@ jobs:
370369 - run :
371370 name : Install Graphviz
372371 command : |
373- apt-get update -y
374- apt-get install -y --no-install-recommends graphviz
372+ sudo apt-get update -y
373+ sudo apt-get install -y --no-install-recommends graphviz
375374 - run :
376375 name : Install deps
377376 command : |
Original file line number Diff line number Diff line change 1010packaging
1111pydot >= 1.2.3
1212pydotplus
13- sphinx
13+ sphinx >= 7.2.2
1414sphinxcontrib-apidoc
1515templateflow
You can’t perform that action at this time.
0 commit comments