Skip to content

Commit

Permalink
Update .github/workflows/validate_datasets.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
effigies authored Apr 29, 2024
1 parent de9892f commit e39f815
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/validate_datasets.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ jobs:
- name: Install BIDS validator (master deno build)
if: "matrix.bids-validator == 'master-deno'"
run: |
env
pushd ..
git clone --depth 1 https://github.com/bids-standard/bids-validator
echo -e '#!/bin/sh\n'"$PWD/bids-validator/bids-validator/bids-validator-deno \"\$@\"" >/usr/local/bin/bids-validator
Expand All @@ -76,6 +77,7 @@ jobs:
bids-validator --version
bids-validator --help
popd
shell: bash

- name: Display versions and environment information
run: |
Expand Down

0 comments on commit e39f815

Please sign in to comment.