From 0f1a150653a6a93ba47c5c94015ab5ce74ad82df Mon Sep 17 00:00:00 2001 From: s3lph Date: Tue, 29 May 2018 22:51:08 +0200 Subject: [PATCH] GitLab CI: Added missing pip dependency. --- .gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index e5fd1db..e93d871 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -5,6 +5,7 @@ test: script: - apt-get update -qy - apt-get install -y --no-install-recommends python3-dev python3-pip python3-coverage python3-setuptools + - pip3 install wheel - pip3 install -r requirements.txt - python3-coverage run --branch setup.py test - python3-coverage report -m