Skip to content

Commit 23bed6a

Browse files
committed
fix: point schema to BEP020's version
1 parent 895839d commit 23bed6a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/validate_datasets.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ jobs:
111111
# Update this URL to the schema.json from PRs to the spec, when needed.
112112
# If this variable is unset, dev will generally track the latest development
113113
# release of https://jsr.io/@bids/schema
114-
run: echo BIDS_SCHEMA=https://bids-specification.readthedocs.io/en/latest/schema.json >> $GITHUB_ENV
114+
run: echo BIDS_SCHEMA=https://bids-specification--1128.org.readthedocs.build/en/1128/schema.json >> $GITHUB_ENV
115115

116116
- name: Validate all BIDS datasets using bids-validator
117117
run: |

0 commit comments

Comments
 (0)