pipenv in devcontainers, probably

This commit is contained in:
stvnrlly
2022-10-28 12:58:07 +00:00
parent 96431f0388
commit 493e7e015a
5 changed files with 248 additions and 19 deletions

View File

@@ -30,14 +30,13 @@ cd /workspace
git status
make generate-version-file
pip3 install -r requirements.txt
pip3 install -r requirements_for_test.txt
pipenv 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
flask db upgrade
pipenv run flask db upgrade
# Run flask server
# make run-flask

View File

@@ -30,8 +30,7 @@ cd /workspace
git status
make generate-version-file
pip3 install -r requirements.txt
pip3 install -r requirements_for_test.txt
pipenv install --dev
# Install virtualenv to support running the isolated make freeze-requirements from within the devcontainer
pip3 install virtualenv