File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 95
95
fi
96
96
97
97
- name : Skip legacy validation for post-legacy datasets
98
- run : for DS in mrs_* dwi_deriv pheno004; do touch $DS/.SKIP_VALIDATION; done
98
+ run : for DS in mrs_* dwi_deriv pheno004 fmaps ; do touch $DS/.SKIP_VALIDATION; done
99
99
if : matrix.bids-validator == 'legacy'
100
100
101
101
- name : Skip stable validation for datasets with unreleased validator features
@@ -107,7 +107,7 @@ jobs:
107
107
- name : Skip main validation for datasets with unreleased spec features
108
108
# Replace ${EMPTY} with dataset patterns, when this is needed
109
109
# Reset to "for DS in ${EMPTY}; ..." after a spec release
110
- run : for DS in dwi_deriv pheno004; do touch $DS/.SKIP_VALIDATION; done
110
+ run : for DS in dwi_deriv pheno004 fmaps ; do touch $DS/.SKIP_VALIDATION; done
111
111
if : matrix.bids-validator != 'dev'
112
112
113
113
- name : Set BIDS_SCHEMA variable for dev version
@@ -116,7 +116,7 @@ jobs:
116
116
# Update this URL to the schema.json from PRs to the spec, when needed.
117
117
# If this variable is unset, dev will generally track the latest development
118
118
# release of https://jsr.io/@bids/schema
119
- run : echo BIDS_SCHEMA=https://bids-specification. readthedocs.io /en/latest /schema.json >> $GITHUB_ENV
119
+ run : echo BIDS_SCHEMA=https://bids-specification--2116.org. readthedocs.build /en/2116 /schema.json >> $GITHUB_ENV
120
120
121
121
- name : Validate all BIDS datasets using bids-validator
122
122
run : |
You can’t perform that action at this time.
0 commit comments