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

Install python dev packages in CI

parent 3f642dc0
No related branches found
No related tags found
No related merge requests found
Pipeline #22864 failed with stage
in 1 minute and 20 seconds
......@@ -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
......
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