Skip to content

Commit

Permalink
circleci: Install python3
Browse files Browse the repository at this point in the history
  • Loading branch information
k-takata committed Oct 29, 2019
1 parent 0c483f2 commit aaa8339
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion circle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
name: Install build tools
# TODO: enable spell checker
command: |
yum -y --enablerepo=PowerTools install gcc automake autoconf pkgconfig make libxml2-devel jansson-devel libyaml-devel findutils diffutils
yum -y --enablerepo=PowerTools install python3 gcc automake autoconf pkgconfig make libxml2-devel jansson-devel libyaml-devel findutils diffutils
- run:
name: Build
command: |
Expand Down

0 comments on commit aaa8339

Please sign in to comment.