Skip to content

Commit

Permalink
Remove SKIP_VALIDATION addition to datasets for schema validator
Browse files Browse the repository at this point in the history
As of https://github.com/bids-standard/bids-validator/pull/1987, these should no longer raise errors.
  • Loading branch information
effigies committed Jun 7, 2024
1 parent 09df87f commit cb36dfd
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/validate_datasets.yml
Original file line number Diff line number Diff line change
Expand Up @@ -103,12 +103,6 @@ jobs:
fi
shell: bash

- name: Mark to be skipped some examples for a deno based
if: "matrix.bids-validator == 'master-deno'"
run: |
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
shell: bash

- name: Validate all BIDS datasets using bids-validator
run: |
cat ./run_tests.sh
Expand Down

0 comments on commit cb36dfd

Please sign in to comment.