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

Install correct package for pg_config

parent 28cad310
No related branches found
No related tags found
No related merge requests found
Pipeline #26116 failed with stage
in 2 minutes and 8 seconds
......@@ -13,7 +13,7 @@ tests:
alias: db
image: python:3.9-alpine3.15
before_script:
- apk add python3-dev build-base curl postgresql-libs
- apk add python3-dev build-base curl libpq-dev
- 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