Skip to content

Commit

Permalink
circleci: Install python3.6 [skip appveyor]
Browse files Browse the repository at this point in the history
  • Loading branch information
k-takata committed Oct 16, 2019
1 parent 349289c commit 16ba9f1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion circle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,8 @@ 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 install https://centos7.iuscommunity.org/ius-release.rpm
yum -y --enablerepo=PowerTools install gcc automake autoconf pkgconfig make libxml2-devel jansson-devel libyaml-devel findutils diffutils python36u
- run:
name: Build
command: |
Expand Down

0 comments on commit 16ba9f1

Please sign in to comment.