We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 218b726 commit bd1ad4aCopy full SHA for bd1ad4a
.github/workflows/validate_datasets.yml
@@ -128,7 +128,7 @@ jobs:
128
# Update this URL to the schema.json from PRs to the spec, when needed.
129
# If this variable is unset, dev will generally track the latest development
130
# release of https://jsr.io/@bids/schema
131
- run: echo BIDS_SCHEMA=https://bids-specification.readthedocs.io/en/latest/schema.json >> $GITHUB_ENV
+ run: echo BIDS_SCHEMA=https://bids-specification--1998.org.readthedocs.build/en/1998/schema.json >> $GITHUB_ENV
132
133
- name: Validate all BIDS datasets using bids-validator
134
run: |
0 commit comments