Remove slow apk add
This commit is contained in:
parent
09cefd2f98
commit
0ffc4dafa8
|
@ -136,7 +136,7 @@ test_api:
|
||||||
- branches
|
- branches
|
||||||
before_script:
|
before_script:
|
||||||
- apk add make git gcc python3-dev musl-dev
|
- 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
|
- cd api
|
||||||
- pip3 install -r requirements/base.txt
|
- pip3 install -r requirements/base.txt
|
||||||
- pip3 install -r requirements/local.txt
|
- pip3 install -r requirements/local.txt
|
||||||
|
|
Loading…
Reference in New Issue