Skip to content

Commit 26a6b96

Browse files
committed
remove bids-validator pin
1 parent ed75468 commit 26a6b96

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/unit_tests.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -206,9 +206,8 @@ jobs:
206206
207207
- name: Install BIDS validator (stable)
208208
if: matrix.bids-validator-version == 'validator-stable'
209-
# XXX: Remove pin once this is solved: https://github.com/bids-standard/bids-validator/issues/2124
210209
run: |
211-
npm install -g bids-validator@1.14.10
210+
npm install -g bids-validator
212211
213212
- name: Download BIDS validator (main)
214213
if: matrix.bids-validator-version == 'validator-main'

0 commit comments

Comments
 (0)