File tree 1 file changed +6
-2
lines changed
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
99
99
100
100
version : 2
101
101
jobs :
102
-
103
102
compare_base_dockerfiles :
104
103
docker :
105
104
- image : docker:17.10.0-ce-git
@@ -402,6 +401,7 @@ jobs:
402
401
- FSLOUTPUTTYPE : ' NIFTI'
403
402
steps :
404
403
- checkout
404
+ - run :
405
405
name : Check Python version and upgrade pip
406
406
command : |
407
407
python --version
@@ -413,7 +413,7 @@ jobs:
413
413
apt-get install -y graphviz
414
414
- run :
415
415
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
417
417
- run :
418
418
name : Install NiPype
419
419
command : python -m pip install ".[doc]"
@@ -427,6 +427,10 @@ workflows:
427
427
version : 2
428
428
build_test_deploy :
429
429
jobs :
430
+ - build_docs :
431
+ filters :
432
+ tags :
433
+ only : /.*/
430
434
- pypi_precheck :
431
435
filters :
432
436
branches :
You can’t perform that action at this time.
0 commit comments