Skip to content

Commit

Permalink
Upgrade pip and setuptools as non-root in Travis.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 287578310
Change-Id: I1c43e62d52095470b6ae9572216dae35593c8227
  • Loading branch information
DeepMind Technologies Ltd authored and open_spiel@google.com committed Dec 30, 2019
1 parent 2bb8aa9 commit a67bf01
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions open_spiel/scripts/travis_script.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,13 @@
set -e
set -x

pip3 install --upgrade pip
pip3 install --upgrade setuptools

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

python --version

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

./open_spiel/scripts/build_and_run_tests.sh
Expand Down

0 comments on commit a67bf01

Please sign in to comment.