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

Install missing dependencies

parent b8402528
No related merge requests found
Pipeline #22863 failed with stage
in 54 seconds
...@@ -12,7 +12,7 @@ tests: ...@@ -12,7 +12,7 @@ tests:
POSTGRES_DB: funkwhale_network_test POSTGRES_DB: funkwhale_network_test
image: python:3.8-alpine image: python:3.8-alpine
before_script: before_script:
- apk add poetry - apk add build-base poetry
- poetry install - poetry install
script: script:
- poetry run pytest - 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