Skip to content

Commit ca2dd10

Browse files
committed
optimizing CircleCI
1 parent d46d62b commit ca2dd10

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.circleci/config.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ jobs:
2929
pyenv global 3.5.2
3030
virtualenv venv
3131
pip install -r /tmp/src/templateflow/requirements.txt
32+
pip install "setuptools>=27.0" twine
3233
3334
- save_cache:
3435
key: deps-v2-{{ checksum "/tmp/src/templateflow/requirements.txt"}}-{{ epoch }}
@@ -50,7 +51,6 @@ jobs:
5051
command: |
5152
pyenv global 3.5.2
5253
virtualenv venv
53-
pip install -r /tmp/src/templateflow/requirements.txt
5454
export TEMPLATEFLOW_HOME="/tmp/data/templateflow"
5555
pytest -vsx --doctest-modules /tmp/src/templateflow/templateflow
5656
@@ -59,7 +59,6 @@ jobs:
5959
command: |
6060
pyenv global 3.5.2
6161
virtualenv venv
62-
pip install -r /tmp/src/templateflow/requirements.txt
6362
export TEMPLATEFLOW_HOME="/tmp/data/templateflow-S3"
6463
pytest -vsx --doctest-modules /tmp/src/templateflow/templateflow
6564
@@ -69,7 +68,6 @@ jobs:
6968
unset TEMPLATEFLOW_HOME
7069
pyenv global 3.5.2
7170
virtualenv venv
72-
pip install -r /tmp/src/templateflow/requirements.txt
7371
pip install datalad
7472
pytest -vsx --doctest-modules /tmp/src/templateflow/templateflow
7573
@@ -78,7 +76,6 @@ jobs:
7876
command: |
7977
pyenv global 3.5.2
8078
virtualenv venv
81-
pip install "setuptools>=27.0" twine
8279
cd /tmp/src/templateflow
8380
echo "${CIRCLE_TAG}" > templateflow/VERSION
8481
echo "include templateflow/VERSION" >> MANIFEST.in
@@ -115,7 +112,6 @@ jobs:
115112
- checkout:
116113
path: /tmp/src/templateflow
117114

118-
119115
- restore_cache:
120116
keys:
121117
- deps-v2-{{ checksum "/tmp/src/templateflow/requirements.txt"}}-{{ epoch }}

0 commit comments

Comments
 (0)