Skip to content

Commit 0e6c92b

Browse files
committed
chore: Ignore provenance on old validators, use spec#2099 schema
1 parent a05463b commit 0e6c92b

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
@@ -107,7 +107,7 @@ jobs:
107107
fi
108108
109109
- name: Skip legacy validation for post-legacy datasets
110-
run: for DS in mrs_* dwi_deriv pet006 pheno004 volume_timing; do touch $DS/.SKIP_VALIDATION; done
110+
run: for DS in mrs_* dwi_deriv pet006 pheno004 volume_timing provenance_*; do touch $DS/.SKIP_VALIDATION; done
111111
if: matrix.bids-validator == 'legacy'
112112

113113
- name: Skip stable validation for datasets with unreleased validator features
@@ -119,7 +119,7 @@ jobs:
119119
- name: Skip main validation for datasets with unreleased spec features
120120
# Replace ${EMPTY} with dataset patterns, when this is needed
121121
# Reset to "for DS in ${EMPTY}; ..." after a spec release
122-
run: for DS in dwi_deriv pheno004; do touch $DS/.SKIP_VALIDATION; done
122+
run: for DS in dwi_deriv pheno004 provenance_*; do touch $DS/.SKIP_VALIDATION; done
123123
if: matrix.bids-validator != 'dev'
124124

125125
- name: Set BIDS_SCHEMA variable for dev version
@@ -128,7 +128,7 @@ jobs:
128128
# Update this URL to the schema.json from PRs to the spec, when needed.
129129
# If this variable is unset, dev will generally track the latest development
130130
# release of https://jsr.io/@bids/schema
131-
run: echo BIDS_SCHEMA=https://bids-specification.readthedocs.io/en/latest/schema.json >> $GITHUB_ENV
131+
run: echo BIDS_SCHEMA=https://bids-specification--2099.org.readthedocs.build/en/2099/schema.json >> $GITHUB_ENV
132132

133133
- name: Validate all BIDS datasets using bids-validator
134134
run: |

0 commit comments

Comments
 (0)