File tree Expand file tree Collapse file tree 1 file changed +8
-4
lines changed Expand file tree Collapse file tree 1 file changed +8
-4
lines changed Original file line number Diff line number Diff line change @@ -100,12 +100,16 @@ jobs:
100100 if : matrix.bids-validator == 'legacy'
101101 shell : bash
102102
103+ - name : Set BIDS_SCHEMA variable for dev version
104+ if : matrix.bids-validator == 'dev'
105+ # When proposing new features, schema changes may be necessary.
106+ # Update this URL to the schema.json from PRs to the spec, when needed.
107+ # If this variable is unset, dev will generally track the latest development
108+ # release of https://jsr.io/@bids/schema
109+ run : echo BIDS_SCHEMA=https://bids-specification.readthedocs.io/en/latest/schema.json >> $GITHUB_ENV
110+
103111 - name : Validate all BIDS datasets using bids-validator
104112 run : |
105113 cat ./run_tests.sh
106114 ./run_tests.sh
107115 shell : bash
108- env :
109- # When proposing new features, schema changes may be necessary.
110- # Update this URL to the schema.json from PRs to the spec, when needed.
111- BIDS_SCHEMA : https://bids-specification.readthedocs.io/en/latest/schema.json
You can’t perform that action at this time.
0 commit comments