drone install libpg
ci-tests/python-test/pipeline/head There was a failure building this commit

This commit is contained in:
2022-03-01 22:09:25 +02:00
parent c5fb431c33
commit f81d0f93a4
+1 -1
View File
@@ -6,7 +6,7 @@ local Pipeline(name, image) = {
name: "test",
image: image,
commands: [
"apt-get install libpg",
"apt-get install -yqq --no-install-recommends libpg",
"pip install -r requirements.txt",
"python manage.py migrate",
"python manage.py test"