Skip to content

Commit

Permalink
Upgrade pip and setuptools as root to ensure TF 1.15 can be installed…
Browse files Browse the repository at this point in the history
… without any errors on Ubuntu 18.04

PiperOrigin-RevId: 287572669
Change-Id: I86832208cf606770318922e7fd3874655512ca14
  • Loading branch information
DeepMind Technologies Ltd authored and open_spiel@google.com committed Dec 30, 2019
1 parent 063c7b5 commit 57a65ae
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions open_spiel/scripts/travis_script.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,10 @@
set -e
set -x

# Need this to be able to install TF >= 1.15 on Ubuntu 18.04.
sudo pip3 install --upgrade pip
sudo pip3 install --upgrade setuptools

virtualenv -p python ./venv
source ./venv/bin/activate

Expand Down

0 comments on commit 57a65ae

Please sign in to comment.