From 71ad7e1653123b2df0c80d0a3ba1f9301c22e6f5 Mon Sep 17 00:00:00 2001 From: Pavel Odintsov Date: Sun, 7 Jun 2020 19:28:42 +0100 Subject: [PATCH] Added EPEL install as pip dependency on CentOS 6 --- .circleci/config.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.circleci/config.yml b/.circleci/config.yml index cdb02a6d..b7a3fb28 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -395,6 +395,7 @@ jobs: - image: centos:centos6.9 steps: - checkout + - run: yum install https://dl.fedoraproject.org/pub/epel/epel-release-latest-6.noarch.rpm - run: yum install -y perl wget python-pip - run: pip install s3cmd - run: