Skip to content

Commit

Permalink
move pydantic model into biolink dir
Browse files Browse the repository at this point in the history
  • Loading branch information
sierra-moxon committed Jul 11, 2022
1 parent 3721683 commit d6b5153
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 d6b5153

Please sign in to comment.