Skip to content

Commit

Permalink
fix centos 7 url to unblock centos-cpu & gpu pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
ChaiBapchya committed Jun 14, 2020
1 parent 467be8c commit 9103f20
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/docker/install/centos7_python.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
set -ex

# Python 2.7 is installed by default, install 3.6 on top
yum -y install https://centos7.iuscommunity.org/ius-release.rpm
yum -y install https://repo.ius.io/ius-release-el7.rpm
yum -y install python36u

# Install PIP
Expand Down

0 comments on commit 9103f20

Please sign in to comment.