Skip to content

Commit 98ae446

Browse files
committed
fix: circle.yml file
1 parent cb1e376 commit 98ae446

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

.circleci/config.yml

+6-2
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,6 @@ _run_codecov_smoke: &_run_codecov_smoke
9999
100100
version: 2
101101
jobs:
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:

0 commit comments

Comments
 (0)