Skip to content

Commit 29a4314

Browse files
authored
Update validate_datasets.yml
Trying to succeed to validate the dev validator BIDS_SCHEMA.
1 parent e82f041 commit 29a4314

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/validate_datasets.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ jobs:
7474
- name: Install BIDS validator (dev)
7575
if: matrix.bids-validator == 'dev'
7676
run: |
77-
git clone -b bep036 https://github.com/bids-standard/bids-validator/ ../bids-validator
77+
git clone -b dev https://github.com/bids-standard/bids-validator/ ../bids-validator
7878
cd ../bids-validator
7979
deno compile -A -o $HOME/.deno/bin/bids-validator src/bids-validator.ts
8080
@@ -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; do touch $DS/.SKIP_VALIDATION; done
122+
run: for DS in dwi_deriv pheno00*; do touch $DS/.SKIP_VALIDATION; done
123123
if: matrix.bids-validator != 'dev'
124124

125125
- name: Set BIDS_SCHEMA variable for dev version

0 commit comments

Comments
 (0)