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 9595 fi
9696
9797 - 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
9999 if : matrix.bids-validator == 'legacy'
100100
101101 - name : Skip stable validation for datasets with unreleased validator features
@@ -107,7 +107,7 @@ jobs:
107107 - name : Skip main validation for datasets with unreleased spec features
108108 # Replace ${EMPTY} with dataset patterns, when this is needed
109109 # 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
111111 if : matrix.bids-validator != 'dev'
112112
113113 - name : Set BIDS_SCHEMA variable for dev version
@@ -116,7 +116,7 @@ jobs:
116116 # Update this URL to the schema.json from PRs to the spec, when needed.
117117 # If this variable is unset, dev will generally track the latest development
118118 # 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
120120
121121 - name : Validate all BIDS datasets using bids-validator
122122 run : |
You can’t perform that action at this time.
0 commit comments