Skip to content

Commit 8353080

Browse files
authored
Merge pull request #1836 from oesteban/docs/fix-1835
MAINT: pin python 3.7.4 in circle's build_docs
2 parents 8522266 + de3d3d0 commit 8353080

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)