Skip to content

Commit

Permalink
adapt bids-validator url
Browse files Browse the repository at this point in the history
  • Loading branch information
sappelhoff committed Nov 5, 2024
1 parent d8f6109 commit 3b21490
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/unit_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -213,13 +213,13 @@ jobs:
if: matrix.bids-validator-version == 'validator-main'
run: |
pushd ..
git clone --depth 1 https://github.com/bids-standard/bids-validator
git clone --depth 1 https://github.com/bids-standard/legacy-validator
popd
- name: Install BIDS validator (main)
if: matrix.bids-validator-version == 'validator-main'
run: |
pushd ../bids-validator
pushd ../legacy-validator
# Generate the full development node_modules
npm install
# Build & bundle the bids-validator CLI package
Expand Down

0 comments on commit 3b21490

Please sign in to comment.