Skip to content

Commit facdd92

Browse files
committed
Fix install tensorflow
1 parent 86e4a20 commit facdd92

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
@@ -28,7 +28,7 @@ install:
2828
- conda activate test-environment
2929

3030
- conda install -c conda-forge salib
31-
- conda install -c tensorflow==1.14.0
31+
- conda install tensorflow==1.14.0
3232

3333
# command to run tests
3434
script:

0 commit comments

Comments
 (0)