Skip to content

Commit

Permalink
CI: Update schema/validator URLs
Browse files Browse the repository at this point in the history
  • Loading branch information
effigies committed Aug 27, 2024
1 parent 227bab9 commit 3a7951d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/validate_datasets.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ jobs:
# 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://github.com/bids-standard/bids-validator/raw/master/bids-validator/src/bids-validator.ts
deno install -Agf https://raw.githubusercontent.com/bids-standard/bids-validator/deno-build/bids-validator.js
shell: bash

- name: Display versions and environment information
Expand Down Expand Up @@ -108,4 +108,4 @@ jobs:
env:
# When proposing new features, schema changes may be necessary.
# Update this URL to the schema.json from PRs to the spec, when needed.
BIDS_SCHEMA: https://bids-specification--1377.org.readthedocs.build/en/1377/schema.json
BIDS_SCHEMA: https://bids-specification.readthedocs.io/en/latest/schema.json

0 comments on commit 3a7951d

Please sign in to comment.