Added EPEL install as pip dependency on CentOS 6

This commit is contained in:
Pavel Odintsov 2020-06-07 19:28:42 +01:00
parent ad2b80c420
commit 71ad7e1653

@ -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: