From 98ae4465248b0edf3f8ba3ccbfcd873da7b8c314 Mon Sep 17 00:00:00 2001 From: oesteban Date: Sun, 29 Dec 2019 15:07:36 -0800 Subject: [PATCH] fix: circle.yml file --- .circleci/config.yml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 5c889193ec..b8150456cf 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -99,7 +99,6 @@ _run_codecov_smoke: &_run_codecov_smoke version: 2 jobs: - compare_base_dockerfiles: docker: - image: docker:17.10.0-ce-git @@ -402,6 +401,7 @@ jobs: - FSLOUTPUTTYPE: 'NIFTI' steps: - checkout + - run: name: Check Python version and upgrade pip command: | python --version @@ -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]" @@ -427,6 +427,10 @@ workflows: version: 2 build_test_deploy: jobs: + - build_docs: + filters: + tags: + only: /.*/ - pypi_precheck: filters: branches: