Remove slow apk add

This commit is contained in:
Agate 2020-07-18 14:35:33 +02:00
parent 09cefd2f98
commit 0ffc4dafa8
1 changed files with 1 additions and 1 deletions

View File

@ -136,7 +136,7 @@ test_api:
- branches
before_script:
- apk add make git gcc python3-dev musl-dev
- apk add postgresql-dev py3-psycopg2 libldap libffi-dev make zlib-dev jpeg-dev openldap-dev
# - apk add postgresql-dev py3-psycopg2 libldap libffi-dev make zlib-dev jpeg-dev openldap-dev
- cd api
- pip3 install -r requirements/base.txt
- pip3 install -r requirements/local.txt