Skip to content

Commit

Permalink
Add an upgrade of setuptools before Tensorflow install needed on Ubun…
Browse files Browse the repository at this point in the history
…tu 18.04 (necessary for Travis CI).

PiperOrigin-RevId: 287570413
Change-Id: Iedac601910a5d28b0bb2e1a4b9e6544bd9be0794
  • Loading branch information
DeepMind Technologies Ltd authored and open_spiel@google.com committed Dec 30, 2019
1 parent 921f36c commit 063c7b5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions open_spiel/scripts/travis_script.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ source ./venv/bin/activate
python --version

pip3 install --upgrade pip
pip3 install --upgrade setuptools
pip3 install -r requirements.txt -q

./open_spiel/scripts/build_and_run_tests.sh
Expand Down

0 comments on commit 063c7b5

Please sign in to comment.