Skip to content

Commit a2ac409

Browse files
authored
comment upgrading of pip
1 parent 3af58b6 commit a2ac409

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ jobs:
9090
after_success:
9191
- if [[ $TRAVIS_TAG ]]; then python -m twine upload wheelhouse/*; python -m twine upload dist/*.tar.gz; fi
9292
before_install:
93-
- pip install --upgrade pip
93+
#- pip install --upgrade pip
9494
- pip install --upgrade setuptools
9595
- pip install tensorflow==$TENSORFLOW_VERSION
9696
install:

0 commit comments

Comments
 (0)