Skip to content

Commit 91ef038

Browse files
committed
[skip ds005][skip ds054][skip ds210] fix tests & docs builds
1 parent ceb4ff0 commit 91ef038

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.circleci/config.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -257,8 +257,8 @@ jobs:
257257
-e FMRIPREP_REGRESSION_TARGETS=/tmp/data/fmriprep_bold_mask \
258258
-e FMRIPREP_REGRESSION_REPORTS=/tmp/data/reports \
259259
--entrypoint="py.test" poldracklab/fmriprep:latest \
260-
/root/src/fmriprep/ \
261-
-svx --doctest-modules --ignore=/root/src/fmriprep/docs --ignore=setup.py
260+
/src/fmriprep/ \
261+
-svx --doctest-modules --ignore=/src/fmriprep/docs --ignore=setup.py
262262
- run:
263263
name: Package new masks
264264
no_output_timeout: 10m
@@ -329,7 +329,7 @@ jobs:
329329
docker run -ti --rm=false -v $PWD:/_build_html \
330330
--entrypoint=sphinx-build poldracklab/fmriprep:latest \
331331
-T -E -b html -d _build/doctrees-readthedocs -W -D \
332-
language=en /root/src/fmriprep/docs/ /_build_html 2>&1 \
332+
language=en /src/fmriprep/docs/ /_build_html 2>&1 \
333333
| tee $PWD/builddocs.log
334334
cat $PWD/builddocs.log
335335
grep -qv "ERROR" $PWD/builddocs.log

0 commit comments

Comments
 (0)