Skip to content

Commit 3b21490

Browse files
committed
adapt bids-validator url
1 parent d8f6109 commit 3b21490

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/unit_tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -213,13 +213,13 @@ jobs:
213213
if: matrix.bids-validator-version == 'validator-main'
214214
run: |
215215
pushd ..
216-
git clone --depth 1 https://github.com/bids-standard/bids-validator
216+
git clone --depth 1 https://github.com/bids-standard/legacy-validator
217217
popd
218218
219219
- name: Install BIDS validator (main)
220220
if: matrix.bids-validator-version == 'validator-main'
221221
run: |
222-
pushd ../bids-validator
222+
pushd ../legacy-validator
223223
# Generate the full development node_modules
224224
npm install
225225
# Build & bundle the bids-validator CLI package

0 commit comments

Comments
 (0)