Skip to content

Commit 674e794

Browse files
committed
tst: run datalad fetcher in tests
1 parent c81c4c9 commit 674e794

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ jobs:
7575
pyenv global 3.5.2
7676
virtualenv venv
7777
export TEMPLATEFLOW_USE_DATALAD=on
78-
unset TEMPLATEFLOW_HOME
78+
export TEMPLATEFLOW_HOME=$HOME/templateflow
7979
pytest --junit-xml=/tmp/tests/datalad.xml --cov templateflow --cov-report xml:/tmp/cov_api_dl.xml \
8080
--doctest-modules /tmp/src/templateflow/templateflow/api.py
8181

0 commit comments

Comments
 (0)