From 3f360c2cc3f1fb336499fb8f9b0ed1376e4134c8 Mon Sep 17 00:00:00 2001 From: sneakers-the-rat Date: Wed, 11 Sep 2024 15:56:45 -0700 Subject: [PATCH] use in-repo version of models --- .github/workflows/tests.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index eba8485..b1283e1 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -36,7 +36,10 @@ jobs: nwb_models/pyproject.toml - name: Install dependencies - run: pip install -e .[tests] + run: | + pip install -e .[tests] + pip install -e ../nwb_schema_language + pip install -e ../nwb_models working-directory: nwb_linkml - name: Run Tests