Skip to content

Commit de3d3d0

Browse files
committed
MAINT: pin python 3.7.4 in circle's build_docs
Fixes #1835
1 parent 8522266 commit de3d3d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -260,7 +260,7 @@ jobs:
260260

261261
build_docs:
262262
docker:
263-
- image: python:latest
263+
- image: python:3.7.4
264264
working_directory: /tmp/src/fmriprep
265265
environment:
266266
- FSLOUTPUTTYPE: 'NIFTI'

0 commit comments

Comments
 (0)