Skip to content

Commit

Permalink
add a few more tests
Browse files Browse the repository at this point in the history
  • Loading branch information
sierra-moxon committed Aug 5, 2024
1 parent d2a9b92 commit c5f5729
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 266 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -99,9 +99,9 @@ gen-examples:

# generates all project files

gen-project: $(PYMODEL) compile-sheets
gen-project: $(PYMODEL)
$(RUN) gen-project ${CONFIG_YAML} -d $(DEST) $(SOURCE_SCHEMA_PATH) && mv $(DEST)/*.py $(PYMODEL)

$(RUN) gen-pydantic --pydantic-version 2 $(SOURCE_SCHEMA_PATH) > $(PYMODEL)/pydanticmodel_v2.py

# non-empty arg triggers owl (workaround https://github.com/linkml/linkml/issues/1453)
ifneq ($(strip ${GEN_OWL_ARGS}),)
Expand Down
264 changes: 0 additions & 264 deletions src/cmdr/schema/from_sheets.yaml

This file was deleted.

0 comments on commit c5f5729

Please sign in to comment.