We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ed75468 commit 26a6b96Copy full SHA for 26a6b96
.github/workflows/unit_tests.yml
@@ -206,9 +206,8 @@ jobs:
206
207
- name: Install BIDS validator (stable)
208
if: matrix.bids-validator-version == 'validator-stable'
209
- # XXX: Remove pin once this is solved: https://github.com/bids-standard/bids-validator/issues/2124
210
run: |
211
- npm install -g bids-validator@1.14.10
+ npm install -g bids-validator
212
213
- name: Download BIDS validator (main)
214
if: matrix.bids-validator-version == 'validator-main'
0 commit comments