Skip to content

Commit

Permalink
alembic needs poetry deps to run
Browse files Browse the repository at this point in the history
  • Loading branch information
alexdzm committed Nov 21, 2024
1 parent f299ca0 commit cc897f7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@ setup: install ## Complete setup including pre-commit hooks and NLTK data


alembic-upgrade:
alembic upgrade head
poetry run alembic upgrade head

alembic-revision:
alembic revision --autogenerate
poetry run alembic revision --autogenerate

# Resetting system to make testing easier --------------
# Make sure you have psql installed through brew `brew install postgresql`
Expand Down

0 comments on commit cc897f7

Please sign in to comment.