From d7ed72e05fed2ddcbafef6be6b032917c3776caf Mon Sep 17 00:00:00 2001 From: Robin Sonnabend <robin@fsmpi.rwth-aachen.de> Date: Mon, 26 Nov 2018 21:37:28 +0100 Subject: [PATCH] Install wheel in CI --- .gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 13c1286..e2ba2f3 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -4,6 +4,7 @@ before_script: - export LANG=en_US.UTF-8 - python3 -m venv venv - source venv/bin/activate + - pip install wheel - pip install -r requirements.txt stages: -- GitLab