Skip to content

Commit 7586e6a

Browse files
committed
test: Install bids-validator from bids-standard/bids-validator#216
1 parent 90db825 commit 7586e6a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/validate_datasets.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,8 @@ jobs:
7676
run: |
7777
git clone -b dev https://github.com/bids-standard/bids-validator/ ../bids-validator
7878
cd ../bids-validator
79+
git fetch origin refs/pull/216/head
80+
git checkout FETCH_HEAD
7981
deno compile -A -o $HOME/.deno/bin/bids-validator src/bids-validator.ts
8082
8183
- name: Install BIDS validator (legacy)

0 commit comments

Comments
 (0)