We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3af58b6 commit a2ac409Copy full SHA for a2ac409
.travis.yml
@@ -90,7 +90,7 @@ jobs:
90
after_success:
91
- if [[ $TRAVIS_TAG ]]; then python -m twine upload wheelhouse/*; python -m twine upload dist/*.tar.gz; fi
92
before_install:
93
- - pip install --upgrade pip
+ #- pip install --upgrade pip
94
- pip install --upgrade setuptools
95
- pip install tensorflow==$TENSORFLOW_VERSION
96
install:
0 commit comments