Skip to content

Commit

Permalink
pin bids-validator
Browse files Browse the repository at this point in the history
  • Loading branch information
sappelhoff committed Sep 20, 2024
1 parent 184df3f commit 1cbcfdd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/unit_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -206,8 +206,9 @@ jobs:
- name: Install BIDS validator (stable)
if: matrix.bids-validator-version == 'validator-stable'
# XXX: Remove pin once this is solved: https://github.com/bids-standard/bids-validator/issues/2124
run: |
npm install -g bids-validator
npm install -g bids-validator@1.14.10
- name: Download BIDS validator (main)
if: matrix.bids-validator-version == 'validator-main'
Expand Down

0 comments on commit 1cbcfdd

Please sign in to comment.