From 951bbe337f996859808c33c39089a0d2746e47c1 Mon Sep 17 00:00:00 2001 From: Ian Cordasco Date: Sat, 25 Jun 2016 16:00:45 -0500 Subject: [PATCH] Add python*-dev packages --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 5e7cfa6..f302ef3 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,6 +1,6 @@ before_script: - apt-get update -qq - - apt-get install -y python python3 + - apt-get install -y python python3 python-dev python3-dev - curl -O https://bootstrap.pypa.io/get-pip.py - python get-pip.py - pip install -r dev-requirements.txt