From 102340ec5abf65aff3650299401a42b6cbb1fd00 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michael=20P=C3=B6hn?= Date: Mon, 18 Mar 2019 16:01:34 +0100 Subject: [PATCH] fix fedora ci tests: install @development-tools Sometime pip dependencies required a C compiler because they need to compile something during installation. --- .gitlab-ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 9828dbc4..98ffea9e 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -161,7 +161,8 @@ fedora_latest: - echo "keepcache=True" >> /etc/dnf/dnf.conf - dnf -y update || dnf -y update - - dnf -y install findutils + - dnf -y install @development-tools + findutils git gnupg java-1.8.0-openjdk-devel