Skip to content

Commit 92936a7

Browse files
committed
fix(tests): fix path making one test fail
1 parent 8429d9d commit 92936a7

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
@@ -140,7 +140,7 @@ jobs:
140140
virtualenv venv
141141
export TEMPLATEFLOW_USE_DATALAD=off
142142
export TEMPLATEFLOW_HOME=$HOME/templateflow-clean
143-
mkdir -p $TEMPLATEFLOW_HOME; pushd $TEMPLATEFLOW_HOME; datalad install -r ///templateflow; popd
143+
mkdir -p $TEMPLATEFLOW_HOME; pushd $TEMPLATEFLOW_HOME; datalad install -r -s ///templateflow $TEMPLATEFLOW_HOME; popd
144144
pytest --junit-xml=/tmp/tests/dl+s3.xml --cov templateflow --cov-report xml:/tmp/cov_api_dl_s3.xml \
145145
--doctest-modules /tmp/src/templateflow/templateflow/api.py
146146

0 commit comments

Comments
 (0)