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 Aug 27, 2024
1 parent bc92a4d commit 53f59d5
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/validate_datasets.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,9 +71,7 @@ jobs:
run: |
# If unmerged validator PRs are needed for testing, you can use
# https://github.com/<FORK>/bids-validator/raw/<BRANCH>/bids-validator/src/bids-validator.ts
# Note that the typescript (.ts) MUST be used instead of (.js),
# otherwise BIDS_SCHEMA will not be respected
deno install -Agf https://raw.githubusercontent.com/bids-standard/bids-validator/deno-build/bids-validator.js
deno install -Agf https://github.com/bids-standard/bids-validator/raw/deno-build/bids-validator.js
shell: bash

- name: Display versions and environment information
Expand Down

0 comments on commit 53f59d5

Please sign in to comment.