Skip to content

Commit

Permalink
recommit project artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
sierra-moxon committed Apr 25, 2024
1 parent 22098f5 commit f204737
Show file tree
Hide file tree
Showing 12 changed files with 2,238 additions and 1,597 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ gen-examples:

gen-project: $(PYMODEL)
$(RUN) gen-project ${GEN_PARGS} -d $(DEST) $(SOURCE_SCHEMA_PATH) && mv $(DEST)/*.py $(PYMODEL)
$(RUN) gen-pydantic src/translator_testing_model/schema/translator_testing_model.yaml > $(PYMODEL)/pydanticmodel.py
$(RUN) gen-pydantic --pydantic-version 2 src/translator_testing_model/schema/translator_testing_model.yaml > $(PYMODEL)/pydanticmodel.py


test: test-schema test-python test-examples
Expand Down
40 changes: 33 additions & 7 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file modified project/excel/translator_testing_model.xlsx
Binary file not shown.
Loading

0 comments on commit f204737

Please sign in to comment.