From 1366716c579244120ebaa5d9506bedde757b8ba7 Mon Sep 17 00:00:00 2001 From: Georg Krause <mail@georg-krause.net> Date: Thu, 18 Aug 2022 09:22:38 +0200 Subject: [PATCH] Install python dev packages in CI --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 53a08e9..b7be0ae 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -12,7 +12,7 @@ tests: POSTGRES_DB: funkwhale_network_test image: python:3.8-alpine before_script: - - apk add build-base poetry + - apk add python3-dev build-base poetry - poetry install script: - poetry run pytest -- GitLab