Skip to content

Commit

Permalink
Travis: use sudo to upgrade pip and setuptools before starting the vi…
Browse files Browse the repository at this point in the history
…rtual env.

PiperOrigin-RevId: 287579351
Change-Id: I7775b6f5ea05bdb2aedf3fbb1619c820e41f898f
  • Loading branch information
DeepMind Technologies Ltd authored and open_spiel@google.com committed Dec 30, 2019
1 parent a67bf01 commit 88fabaf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions open_spiel/scripts/travis_script.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
set -e
set -x

pip3 install --upgrade pip
pip3 install --upgrade setuptools
sudo -H pip3 install --upgrade pip
sudo -H pip3 install --upgrade setuptools

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

0 comments on commit 88fabaf

Please sign in to comment.