Skip to content

Commit cb36dfd

Browse files
committed
Remove SKIP_VALIDATION addition to datasets for schema validator
As of https://github.com/bids-standard/bids-validator/pull/1987, these should no longer raise errors.
1 parent 09df87f commit cb36dfd

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

.github/workflows/validate_datasets.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -103,12 +103,6 @@ jobs:
103103
fi
104104
shell: bash
105105

106-
- name: Mark to be skipped some examples for a deno based
107-
if: "matrix.bids-validator == 'master-deno'"
108-
run: |
109-
touch {ds000117,ds000246,ds000247,ds000248,eeg_ds003645s_hed_demo,ieeg_motorMiller2007,ieeg_visual,7t_trt,ds102,fnirs_automaticity,genetics_ukbb,ieeg_epilepsy,ieeg_epilepsyNWB}/.SKIP_VALIDATION
110-
shell: bash
111-
112106
- name: Validate all BIDS datasets using bids-validator
113107
run: |
114108
cat ./run_tests.sh

0 commit comments

Comments
 (0)