Skip to content

Commit

Permalink
fix: circle.yml file
Browse files Browse the repository at this point in the history
  • Loading branch information
oesteban committed Dec 29, 2019
1 parent cb1e376 commit d8699f7
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,6 @@ _run_codecov_smoke: &_run_codecov_smoke
version: 2
jobs:

compare_base_dockerfiles:
docker:
- image: docker:17.10.0-ce-git
Expand Down Expand Up @@ -402,6 +401,7 @@ jobs:
- FSLOUTPUTTYPE: 'NIFTI'
steps:
- checkout
- run:
name: Check Python version and upgrade pip
command: |
python --version
Expand All @@ -427,6 +427,10 @@ workflows:
version: 2
build_test_deploy:
jobs:
- build_docs:
filters:
tags:
only: /.*/
- pypi_precheck:
filters:
branches:
Expand Down

0 comments on commit d8699f7

Please sign in to comment.