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 a1d7ed7 commit 0ccc562Copy full SHA for 0ccc562
.travis.yml
@@ -6,8 +6,8 @@ before_install:
6
- sudo apt-get update -qq
7
- sudo apt-get install -qq libhdf5-dev
8
install:
9
- - pip install tensorflow
10
- - pip install .[tests]
+ - pip install tensorflow | cat && exit ${PIPESTATUS[0]}
+ - pip install .[tests] | cat && exit ${PIPESTATUS[0]}
11
env:
12
global:
13
- T2T_PROBLEM=algorithmic_reverse_binary40_test
0 commit comments