Skip to content

Commit 53f59d5

Browse files
authored
Update .github/workflows/validate_datasets.yml
1 parent bc92a4d commit 53f59d5

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/validate_datasets.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -71,9 +71,7 @@ jobs:
7171
run: |
7272
# If unmerged validator PRs are needed for testing, you can use
7373
# https://github.com/<FORK>/bids-validator/raw/<BRANCH>/bids-validator/src/bids-validator.ts
74-
# Note that the typescript (.ts) MUST be used instead of (.js),
75-
# otherwise BIDS_SCHEMA will not be respected
76-
deno install -Agf https://raw.githubusercontent.com/bids-standard/bids-validator/deno-build/bids-validator.js
74+
deno install -Agf https://github.com/bids-standard/bids-validator/raw/deno-build/bids-validator.js
7775
shell: bash
7876

7977
- name: Display versions and environment information

0 commit comments

Comments
 (0)