install models, editable install

This commit is contained in:
sneakers-the-rat 2024-08-20 20:07:41 -07:00
parent 647bdae442
commit d03e4107a4
Signed by untrusted user who does not match committer: jonny
GPG key ID: 6DCB96EF1E4D232D

View file

@ -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