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

Fixed broken build

parent 66a9a623
No related branches found
No related tags found
No related merge requests found
......@@ -135,9 +135,8 @@ test_api:
only:
- branches
before_script:
- apk add make
- apk add make git
- cd api
- sed -i '/Pillow/d' requirements/base.txt
- pip3 install -r requirements/base.txt
- pip3 install -r requirements/local.txt
- pip3 install -r requirements/test.txt
......
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