use in-repo version of models

This commit is contained in:
sneakers-the-rat 2024-09-11 15:56:45 -07:00
parent dfcb395295
commit 3f360c2cc3
Signed by untrusted user who does not match committer: jonny
GPG key ID: 6DCB96EF1E4D232D

View file

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