Skip to content

Commit 1acc1c7

Browse files
committed
CI: Use common Python for building docs
1 parent 4349aaf commit 1acc1c7

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.circleci/config.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)