Use pip directly in build script

This commit is contained in:
Christopher C. Wells 2022-05-22 14:18:15 -07:00 committed by Christopher Charbonneau Wells
parent 42be1e7072
commit a6680d33f4
1 changed files with 1 additions and 2 deletions

View File

@ -1,7 +1,6 @@
#!/usr/bin/env bash #!/usr/bin/env bash
set -o errexit set -o errexit
python -m pip install --upgrade pipenv wheel pip install -r requirements.txt
pipenv install
python manage.py migrate python manage.py migrate