File tree Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -99,7 +99,6 @@ _run_codecov_smoke: &_run_codecov_smoke
9999
100100version : 2
101101jobs :
102-
103102 compare_base_dockerfiles :
104103 docker :
105104 - image : docker:17.10.0-ce-git
@@ -402,6 +401,7 @@ jobs:
402401 - FSLOUTPUTTYPE : ' NIFTI'
403402 steps :
404403 - checkout
404+ - run :
405405 name : Check Python version and upgrade pip
406406 command : |
407407 python --version
@@ -413,7 +413,7 @@ jobs:
413413 apt-get install -y graphviz
414414 - run :
415415 name : Install Requirements (may contain pinned versions)
416- command : python -m pip install -r docs /requirements.txt
416+ command : python -m pip install -r doc /requirements.txt
417417 - run :
418418 name : Install NiPype
419419 command : python -m pip install ".[doc]"
@@ -427,6 +427,10 @@ workflows:
427427 version : 2
428428 build_test_deploy :
429429 jobs :
430+ - build_docs :
431+ filters :
432+ tags :
433+ only : /.*/
430434 - pypi_precheck :
431435 filters :
432436 branches :
You can’t perform that action at this time.
0 commit comments