Skip to content

Commit 77b4225

Browse files
committed
fix(tests): do not use internal skelleton for s3 downloads
1 parent a58bddb commit 77b4225

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
@@ -94,7 +94,7 @@ jobs:
9494
name: Run tests (pulling from S3)
9595
environment:
9696
TEMPLATEFLOW_USE_DATALAD: 0
97-
TEMPLATEFLOW_HOME: "/tmp/data/templateflow-S3"
97+
TEMPLATEFLOW_HOME: "/tmp/skel"
9898
command: |
9999
pyenv global 3.5.2
100100
virtualenv venv

0 commit comments

Comments
 (0)