We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c81c4c9 commit 674e794Copy full SHA for 674e794
.circleci/config.yml
@@ -75,7 +75,7 @@ jobs:
75
pyenv global 3.5.2
76
virtualenv venv
77
export TEMPLATEFLOW_USE_DATALAD=on
78
- unset TEMPLATEFLOW_HOME
+ export TEMPLATEFLOW_HOME=$HOME/templateflow
79
pytest --junit-xml=/tmp/tests/datalad.xml --cov templateflow --cov-report xml:/tmp/cov_api_dl.xml \
80
--doctest-modules /tmp/src/templateflow/templateflow/api.py
81
0 commit comments