oop not a module

This commit is contained in:
sneakers-the-rat 2024-08-20 20:00:38 -07:00
parent 0571669f7d
commit c48a7f1126
Signed by untrusted user who does not match committer: jonny
GPG key ID: 6DCB96EF1E4D232D

View file

@ -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)" ];