mirror of
https://github.com/GSA/notifications-api.git
synced 2025-12-25 09:51:42 -05:00
poetry
This commit is contained in:
@@ -30,13 +30,13 @@ cd /workspace
|
||||
git status
|
||||
|
||||
make generate-version-file
|
||||
pipenv install --dev
|
||||
poetry install --dev
|
||||
|
||||
# Install virtualenv to support running the isolated make freeze-requirements from within the devcontainer
|
||||
pip3 install virtualenv
|
||||
|
||||
# Upgrade schema of the notification_api database
|
||||
pipenv run flask db upgrade
|
||||
poetry run flask db upgrade
|
||||
|
||||
# Run flask server
|
||||
# make run-flask
|
||||
|
||||
@@ -30,7 +30,7 @@ cd /workspace
|
||||
git status
|
||||
|
||||
make generate-version-file
|
||||
pipenv install --dev
|
||||
poetry install --dev
|
||||
|
||||
# Install virtualenv to support running the isolated make freeze-requirements from within the devcontainer
|
||||
pip3 install virtualenv
|
||||
|
||||
Reference in New Issue
Block a user