Skip to content

Commit

Permalink
Run apt-get update before installing python3-pip
Browse files Browse the repository at this point in the history
  • Loading branch information
jslee02 authored Jul 10, 2018
1 parent 6323309 commit b3d8639
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .ci/script.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ set -ex
echo "CXX="$CXX
echo "CC="$CC
if [[ "$TRAVIS_OS_NAME" == "linux" && "$CXX" = "g++" ]]; then
$SUDO apt-get update
$SUDO apt-get install -y python3
$SUDO apt-get install -y python3-pip
$SUDO pip3 install -U wheel
Expand Down

0 comments on commit b3d8639

Please sign in to comment.