mirror of
https://github.com/p2p-ld/nwb-linkml.git
synced 2024-11-12 17:54:29 +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
|
||||
- name: Build models
|
||||
run: |
|
||||
python -m ./scripts/generate_core.py
|
||||
python -m ./scripts/generate_core.py --hdmf
|
||||
python ./scripts/generate_core.py
|
||||
python ./scripts/generate_core.py --hdmf
|
||||
- name: Test for uncommitted changes
|
||||
run: |
|
||||
if [ -z "$(git status --porcelain)" ];
|
||||
|
|
Loading…
Reference in a new issue