Skip to content

Commit

Permalink
chore(tox): Fetch templates before running parallel jobs
Browse files Browse the repository at this point in the history
  • Loading branch information
effigies committed Jul 17, 2024
1 parent f3a1904 commit 1db5410
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,9 @@ deps =
min: tedana == 23.0.2
min: templateflow == 24.1.0

commands_pre =
templateflow update
python scripts/fetch_templates.py
commands =
pytest --cov-report term-missing --durations=20 --durations-min=1.0 {posargs:-n auto}

Expand Down

0 comments on commit 1db5410

Please sign in to comment.