Skip to content

Commit f13a9fe

Browse files
committed
install tensorflow; caffe2 as runtime has issues with libc
1 parent f50127e commit f13a9fe

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
@@ -27,7 +27,7 @@ install:
2727
- printenv
2828
- conda config --set always_yes yes --set changeps1 no
2929
- conda install -c conda-forge protobuf numpy
30-
- cd $TRAVIS_BUILD_DIR && pip install onnx pytest pytest-cov pytest-runner graphviz
30+
- cd $TRAVIS_BUILD_DIR && pip install onnx pytest pytest-cov pytest-runner graphviz tensorflow
3131
- conda install -c caffe2 caffe2
3232
- cd $TRAVIS_BUILD_DIR && export PYTHONPATH=pwd
3333

0 commit comments

Comments
 (0)