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 f50127e commit f13a9feCopy full SHA for f13a9fe
.travis.yml
@@ -27,7 +27,7 @@ install:
27
- printenv
28
- conda config --set always_yes yes --set changeps1 no
29
- conda install -c conda-forge protobuf numpy
30
- - cd $TRAVIS_BUILD_DIR && pip install onnx pytest pytest-cov pytest-runner graphviz
+ - cd $TRAVIS_BUILD_DIR && pip install onnx pytest pytest-cov pytest-runner graphviz tensorflow
31
- conda install -c caffe2 caffe2
32
- cd $TRAVIS_BUILD_DIR && export PYTHONPATH=pwd
33
0 commit comments