Skip to content

Commit ef14f56

Browse files
authored
Merge pull request #138 from templateflow/maint/fix-nightly-build-workflow
MAINT: Add new dependency to nightly build on CircleCI
2 parents 4bede79 + a658e22 commit ef14f56

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.circleci/config.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -273,6 +273,11 @@ workflows:
273273
only:
274274
- master
275275
jobs:
276+
- build:
277+
context:
278+
- nipreps-common
276279
- tests:
277280
context:
278281
- nipreps-common
282+
requires:
283+
- build

0 commit comments

Comments
 (0)