We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8f3519b + cfda596 commit f40d4deCopy full SHA for f40d4de
.github/workflows/test-bids-examples.yml
@@ -59,7 +59,7 @@ jobs:
59
60
- name: Ignore examples not supported by legacy validator
61
run: |
62
- for DS in bids-examples/mrs_*; do
+ for DS in bids-examples/mrs_* bids-examples/dwi_deriv; do
63
touch $DS/.SKIP_VALIDATION
64
done
65
0 commit comments