mirror of
https://github.com/p2p-ld/nwb-linkml.git
synced 2024-11-09 16:24:28 +00:00
install models, editable install
This commit is contained in:
parent
647bdae442
commit
d03e4107a4
1 changed files with 3 additions and 2 deletions
5
.github/workflows/model_rebuild.yml
vendored
5
.github/workflows/model_rebuild.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue