Skip to content

Commit

Permalink
Merge pull request #1054 from biolink/update_linkml
Browse files Browse the repository at this point in the history
move pydantic model into biolink dir
  • Loading branch information
sierra-moxon authored Jul 11, 2022
2 parents 3721683 + d6b5153 commit 1c85af0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ gen-golr-views: biolink-model.yaml dir-golr-views env.lock
# pydantic
# ~~~~~~~~~~~~~~~~~~~~
gen-pydantic: biolink-model.yaml dir-pydantic env.lock
pipenv run gen-pydantic $< > pydantic/model.py
pipenv run gen-pydantic $< > biolink/pydanticmodel.py


# ~~~~~~~~~~~~~~~~~~~~
Expand Down

0 comments on commit 1c85af0

Please sign in to comment.