File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -203,7 +203,7 @@ jobs:
203
203
command : |
204
204
docker run -ti --rm=false \
205
205
--entrypoint="/usr/local/miniconda/bin/py.test" \
206
- poldracklab/fmriprep:latest . \
206
+ poldracklab/fmriprep:latest /root/src/fmriprep/ \
207
207
--doctest-modules --ignore=docs --ignore=setup.py
208
208
- run :
209
209
name : Test fmriprep-wrapper (Python 2)
@@ -268,7 +268,7 @@ jobs:
268
268
docker run -ti --rm=false -v $PWD:/_build_html \
269
269
--entrypoint=sphinx-build poldracklab/fmriprep:latest \
270
270
-T -E -b html -d _build/doctrees-readthedocs -W -D \
271
- language=en docs/ /_build_html 2>&1 \
271
+ language=en /root/src/fmriprep/ docs/ /_build_html 2>&1 \
272
272
| tee $PWD/builddocs.log
273
273
cat $PWD/builddocs.log
274
274
grep -qv "ERROR" $PWD/builddocs.log
You can’t perform that action at this time.
0 commit comments