Skip to content

Commit 217a7e9

Browse files
committed
[skip ds005][skip ds054][skip ds210][skip docs] install docutils
1 parent 746b738 commit 217a7e9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.circleci/config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -233,7 +233,7 @@ jobs:
233233
- run:
234234
name: Check PyPi preconditions
235235
command: |
236-
pip install "setuptools>=27.0" cython numpy twine future
236+
pip install "setuptools>=27.0" cython numpy twine future docutils
237237
python setup.py check -r -s
238238
python setup.py sdist
239239
- run:
@@ -695,7 +695,7 @@ jobs:
695695
- run:
696696
name: Deploy to PyPi
697697
command: |
698-
pip install "setuptools>=27.0" cython numpy twine future
698+
pip install "setuptools>=27.0" cython numpy twine future docutils
699699
echo "${CIRCLE_TAG}" > fmriprep/VERSION
700700
python setup.py check -r -s
701701
python setup.py sdist

0 commit comments

Comments
 (0)