Skip to content

Commit baca0b5

Browse files
committed
Added yum update
1 parent 7740f79 commit baca0b5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.circleci/config.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ jobs:
1717
name: Install dependencies
1818
command: |
1919
yum install -y epel-release
20+
yum update -y
2021
yum install -y python-pip
2122
pip install unittest-xml-reporting
2223
pip install coveralls

0 commit comments

Comments
 (0)