Skip to content

Commit 7209236

Browse files
committed
chore: Update dataset skips, draft schema
1 parent 72a5c21 commit 7209236

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/validate_datasets.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ jobs:
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: |

0 commit comments

Comments
 (0)