mirror of
https://github.com/p2p-ld/nwb-linkml.git
synced 2025-01-10 06:04:28 +00:00
oop not a module
This commit is contained in:
parent
0571669f7d
commit
c48a7f1126
1 changed files with 2 additions and 2 deletions
4
.github/workflows/model_rebuild.yml
vendored
4
.github/workflows/model_rebuild.yml
vendored
|
@ -28,8 +28,8 @@ jobs:
|
||||||
python -m pip install ./nwb_linkml
|
python -m pip install ./nwb_linkml
|
||||||
- name: Build models
|
- name: Build models
|
||||||
run: |
|
run: |
|
||||||
python -m ./scripts/generate_core.py
|
python ./scripts/generate_core.py
|
||||||
python -m ./scripts/generate_core.py --hdmf
|
python ./scripts/generate_core.py --hdmf
|
||||||
- name: Test for uncommitted changes
|
- name: Test for uncommitted changes
|
||||||
run: |
|
run: |
|
||||||
if [ -z "$(git status --porcelain)" ];
|
if [ -z "$(git status --porcelain)" ];
|
||||||
|
|
Loading…
Reference in a new issue