mirror of https://github.com/snachodog/mybuddy.git
Use pip directly in build script
This commit is contained in:
parent
42be1e7072
commit
a6680d33f4
|
@ -1,7 +1,6 @@
|
|||
#!/usr/bin/env bash
|
||||
set -o errexit
|
||||
|
||||
python -m pip install --upgrade pipenv wheel
|
||||
pipenv install
|
||||
pip install -r requirements.txt
|
||||
|
||||
python manage.py migrate
|
||||
|
|
Loading…
Reference in New Issue