mirror of
https://github.com/p2p-ld/nwb-linkml.git
synced 2025-01-09 13:44:27 +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
|
nwb_schema_language/pyproject.toml
|
||||||
- name: Install packages
|
- name: Install packages
|
||||||
run: |
|
run: |
|
||||||
python -m pip install ./nwb_schema_language
|
python -m pip install -e ./nwb_schema_language
|
||||||
python -m pip install ./nwb_linkml
|
python -m pip install -e ./nwb_linkml
|
||||||
|
python -m pip install -e ./nwb_models
|
||||||
- name: Build models
|
- name: Build models
|
||||||
run: |
|
run: |
|
||||||
python ./scripts/generate_core.py
|
python ./scripts/generate_core.py
|
||||||
|
|
Loading…
Reference in a new issue