pip to upgrade for psql bin
ci-tests/python-test/pipeline/head There was a failure building this commit

This commit is contained in:
2022-03-01 21:05:03 +02:00
parent 20ae400c14
commit 84e572f10f
2 changed files with 1 additions and 4 deletions
-4
View File
@@ -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
View File
@@ -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