From dc0b73dfe455dd5977f7b28d42a814c850b7c4b5 Mon Sep 17 00:00:00 2001 From: Chris Markiewicz Date: Tue, 5 Nov 2024 09:46:14 -0500 Subject: [PATCH] CI: Use latest schema --- .github/workflows/validate_datasets.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/validate_datasets.yml b/.github/workflows/validate_datasets.yml index ffe1ebc05..cab254ffa 100644 --- a/.github/workflows/validate_datasets.yml +++ b/.github/workflows/validate_datasets.yml @@ -100,4 +100,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--1864.org.readthedocs.build/en/1864/schema.json + BIDS_SCHEMA: https://bids-specification.readthedocs.io/en/latest/schema.json