Skip to content

Commit da9bee6

Browse files
authored
Update .travis.yml
1 parent 89aa10e commit da9bee6

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.travis.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -154,8 +154,9 @@ install:
154154
# set library path
155155
- export LD_LIBRARY_PATH=$HOME/miniconda/envs/test-environment/lib/:$LD_LIBRARY_PATH
156156

157-
# install TensorFlow (CPU version).
158-
- pip install tensorflow
157+
# install
158+
orFlow (CPU version).
159+
- pip install tensorflow==1.14.0
159160

160161
# detect whether core files are changed or not (from Keras)
161162
- export CORE_CHANGED=False;

0 commit comments

Comments
 (0)