Skip to content

Commit

Permalink
rm --progress-bar option from pip
Browse files Browse the repository at this point in the history
  • Loading branch information
nhejazi committed Mar 5, 2020
1 parent 7d7d4a6 commit 6f391a5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ r:
before_install:
- sudo apt-get -y install libx11-dev mesa-common-dev libglu1-mesa-dev
- sudo apt-get -y install python3 python3-pip python3-setuptools
- sudo -H pip3 install --quiet --progress-bar off --upgrade pip setuptools
- sudo -H pip3 install --quiet --progress-bar off --ignore-installed numpy tensorflow keras
- sudo -H pip3 install --quiet --upgrade pip setuptools
- sudo -H pip3 install --quiet --ignore-installed numpy tensorflow keras
#- Rscript -e 'update.packages(ask = FALSE)'

r_packages:
Expand Down

0 comments on commit 6f391a5

Please sign in to comment.