We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cb1e376 commit d8699f7Copy full SHA for d8699f7
.circleci/config.yml
@@ -99,7 +99,6 @@ _run_codecov_smoke: &_run_codecov_smoke
99
100
version: 2
101
jobs:
102
-
103
compare_base_dockerfiles:
104
docker:
105
- image: docker:17.10.0-ce-git
@@ -402,6 +401,7 @@ jobs:
402
401
- FSLOUTPUTTYPE: 'NIFTI'
403
steps:
404
- checkout
+ - run:
405
name: Check Python version and upgrade pip
406
command: |
407
python --version
@@ -427,6 +427,10 @@ workflows:
427
428
build_test_deploy:
429
430
+ - build_docs:
431
+ filters:
432
+ tags:
433
+ only: /.*/
434
- pypi_precheck:
435
filters:
436
branches:
0 commit comments