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 98ae446
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .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 @@ -413,7 +413,7 @@ jobs:
apt-get install -y graphviz
- run:
name: Install Requirements (may contain pinned versions)
command: python -m pip install -r docs/requirements.txt
command: python -m pip install -r doc/requirements.txt
- run:
name: Install NiPype
command: python -m pip install ".[doc]"
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 98ae446

Please sign in to comment.