From a8060e0bc921e38c8df3c9d6a596146b3901b897 Mon Sep 17 00:00:00 2001 From: Johannes Christ Date: Sun, 16 Sep 2018 23:13:51 +0200 Subject: Omit Python header installation step. --- .gitlab-ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to '.gitlab-ci.yml') diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 3959b401..0385d1c2 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -53,7 +53,7 @@ test-3.6-alpine: <<: *test-template image: python:3.6-alpine before_script: - - apk add python3-dev git libpq postgresql-dev gcc cmake autoconf automake musl-dev + - apk add git libpq postgresql-dev gcc cmake autoconf automake musl-dev - python3 -m pip install .[test] - python manage.py migrate @@ -64,7 +64,7 @@ test-3.7-stretch: - postgres:11 before_script: - apt-get update -y - - apt-get install -y libpython3-dev git libpq-dev gcc cmake autoconf automake libc-dev + - apt-get install -y git libpq-dev gcc cmake autoconf automake libc-dev - python3 -m pip install .[test] - python manage.py migrate @@ -75,7 +75,7 @@ test-3.6-stretch: - postgres:11 before_script: - apt-get update -y - - apt-get install -y libpython3-dev git libpq-dev gcc cmake autoconf automake libc-dev + - apt-get install -y git libpq-dev gcc cmake autoconf automake libc-dev - python3 -m pip install .[test] - python manage.py migrate -- cgit v1.2.3