mirror of
https://github.com/p2p-ld/nwb-linkml.git
synced 2024-11-12 17:54:29 +00:00
use in-repo version of models
This commit is contained in:
parent
dfcb395295
commit
3f360c2cc3
1 changed files with 4 additions and 1 deletions
5
.github/workflows/tests.yml
vendored
5
.github/workflows/tests.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue