Skip to content
Snippets Groups Projects
Commit 29083f72 authored by Eliot Berriot's avatar Eliot Berriot
Browse files

Merge branch 'broken-build' into 'develop'

fixed broken build

See merge request funkwhale/funkwhale!547
parents 685d1159 ce3543b4
No related branches found
No related tags found
No related merge requests found
...@@ -148,11 +148,10 @@ test_api: ...@@ -148,11 +148,10 @@ test_api:
- branches - branches
before_script: before_script:
- cd api - cd api
- apt-get update - sed -i '/Pillow/d' requirements/base.txt
- grep "^[^#;]" requirements.apt | grep -Fv "python3-dev" | xargs apt-get install -y --no-install-recommends - pip3 install -r requirements/base.txt
- pip install -r requirements/base.txt - pip3 install -r requirements/local.txt
- pip install -r requirements/local.txt - pip3 install -r requirements/test.txt
- pip install -r requirements/test.txt
script: script:
- pytest --cov=funkwhale_api tests/ - pytest --cov=funkwhale_api tests/
tags: tags:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment