pip to upgrade for psql bin
ci-tests/python-test/pipeline/head There was a failure building this commit
ci-tests/python-test/pipeline/head There was a failure building this commit
This commit is contained in:
@@ -35,10 +35,6 @@ var/
|
||||
.installed.cfg
|
||||
*.egg
|
||||
|
||||
# Test reports
|
||||
test-reports/
|
||||
test-results/
|
||||
|
||||
|
||||
# PyInstaller
|
||||
# Usually these files are written by a python script from a template
|
||||
|
||||
Vendored
+1
@@ -36,6 +36,7 @@ pipeline {
|
||||
python -m venv ${PY_ENV}
|
||||
source ${PY_ENV}/bin/activate
|
||||
export PATH=${PY_ENV}/bin:${PATH}
|
||||
pip install -U pip
|
||||
pip install -r requirements.txt
|
||||
python3 manage.py migrate
|
||||
python manage.py test
|
||||
|
||||
Reference in New Issue
Block a user