From 28cad310adaf3f2d14bc7b55b62511702eaaba48 Mon Sep 17 00:00:00 2001 From: Georg Krause <mail@georg-krause.net> Date: Thu, 18 Aug 2022 13:43:15 +0200 Subject: [PATCH] Make pg_config available --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index b0a5db6..13022bd 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -13,7 +13,7 @@ tests: alias: db image: python:3.9-alpine3.15 before_script: - - apk add python3-dev build-base curl + - apk add python3-dev build-base curl postgresql-libs - curl -sSL https://install.python-poetry.org | python3 - - export PATH="/root/.local/bin:$PATH" - poetry install -- GitLab