From 4a544e81758ab1d1ed59434acded205b6d21fc17 Mon Sep 17 00:00:00 2001 From: Ivan Habunek Date: Thu, 24 Nov 2022 11:23:24 +0100 Subject: [PATCH] Don't install postgres for build This won't be necessary unless we set up a testing server. --- .build.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.build.yml b/.build.yml index d37136a..1f83d37 100644 --- a/.build.yml +++ b/.build.yml @@ -1,7 +1,6 @@ image: debian/bookworm packages: - python3-venv - - postgresql sources: - https://github.com/ihabunek/toot tasks: