Skip to content

Commit 1db5410

Browse files
committed
chore(tox): Fetch templates before running parallel jobs
1 parent f3a1904 commit 1db5410

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

tox.ini

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,9 @@ deps =
5151
min: tedana == 23.0.2
5252
min: templateflow == 24.1.0
5353

54+
commands_pre =
55+
templateflow update
56+
python scripts/fetch_templates.py
5457
commands =
5558
pytest --cov-report term-missing --durations=20 --durations-min=1.0 {posargs:-n auto}
5659

0 commit comments

Comments
 (0)