Skip to content
Snippets Groups Projects
Verified Commit 28cad310 authored by Georg Krause's avatar Georg Krause
Browse files

Make pg_config available

parent fd114723
No related branches found
No related tags found
No related merge requests found
Pipeline #22902 failed with stage
in 2 minutes and 21 seconds
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment