From 23bed6a74c8093bd5299b291a6e5c9779c5802e6 Mon Sep 17 00:00:00 2001 From: Oscar Esteban Date: Wed, 15 Jan 2025 11:53:20 +0100 Subject: [PATCH] fix: point schema to BEP020's version --- .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 b9d1ae6f1..82f080657 100644 --- a/.github/workflows/validate_datasets.yml +++ b/.github/workflows/validate_datasets.yml @@ -111,7 +111,7 @@ jobs: # Update this URL to the schema.json from PRs to the spec, when needed. # If this variable is unset, dev will generally track the latest development # release of https://jsr.io/@bids/schema - run: echo BIDS_SCHEMA=https://bids-specification.readthedocs.io/en/latest/schema.json >> $GITHUB_ENV + run: echo BIDS_SCHEMA=https://bids-specification--1128.org.readthedocs.build/en/1128/schema.json >> $GITHUB_ENV - name: Validate all BIDS datasets using bids-validator run: |