From d03e4107a4cb63ef9ffb16a5fe3f53b3d0e787d0 Mon Sep 17 00:00:00 2001 From: sneakers-the-rat Date: Tue, 20 Aug 2024 20:07:41 -0700 Subject: [PATCH] install models, editable install --- .github/workflows/model_rebuild.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/model_rebuild.yml b/.github/workflows/model_rebuild.yml index 3b5ab70..86a18e7 100644 --- a/.github/workflows/model_rebuild.yml +++ b/.github/workflows/model_rebuild.yml @@ -24,8 +24,9 @@ jobs: nwb_schema_language/pyproject.toml - name: Install packages run: | - python -m pip install ./nwb_schema_language - python -m pip install ./nwb_linkml + python -m pip install -e ./nwb_schema_language + python -m pip install -e ./nwb_linkml + python -m pip install -e ./nwb_models - name: Build models run: | python ./scripts/generate_core.py