From 0cb6ecf36a11127c9f14b51180585855049148f7 Mon Sep 17 00:00:00 2001 From: Matthew Avaylon Date: Mon, 11 Sep 2023 21:17:17 -0700 Subject: [PATCH] Update hdmf_compatibility_schema.yml --- .github/workflows/hdmf_compatibility_schema.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/hdmf_compatibility_schema.yml b/.github/workflows/hdmf_compatibility_schema.yml index 40c041b..87d2893 100644 --- a/.github/workflows/hdmf_compatibility_schema.yml +++ b/.github/workflows/hdmf_compatibility_schema.yml @@ -23,6 +23,7 @@ jobs: python -m pip install -r requirements-dev.txt -r requirements.txt python -m pip install -e . cd src/hdmf/common/hdmf-common-schema + git remote update git fetch git checkout ${{ github.ref }} # checkout branch cd ../../../..