File tree Expand file tree Collapse file tree 2 files changed +15
-0
lines changed Expand file tree Collapse file tree 2 files changed +15
-0
lines changed Original file line number Diff line number Diff line change @@ -19,6 +19,7 @@ matrix:
19
19
- 2.7
20
20
before_install :
21
21
- bash -x ${TRAVIS_BUILD_DIR}/.travis/python.configure.sh
22
+ - pip install pyarrow==0.11.1
22
23
script :
23
24
- bazel test --show_progress=no -s --verbose_failures --test_output=errors -- //tensorflow_io/...
24
25
- language : python
@@ -33,13 +34,15 @@ matrix:
33
34
- 3.5
34
35
before_install :
35
36
- bash -x ${TRAVIS_BUILD_DIR}/.travis/python.configure.sh
37
+ - pip install pyarrow==0.11.1
36
38
script :
37
39
- bazel test --show_progress=no -s --verbose_failures --test_output=errors -- //tensorflow_io/...
38
40
- language : python
39
41
python :
40
42
- 3.6
41
43
before_install :
42
44
- bash -x ${TRAVIS_BUILD_DIR}/.travis/python.configure.sh
45
+ - pip install pyarrow==0.11.1
43
46
script :
44
47
- bazel test --show_progress=no -s --verbose_failures --test_output=errors -- //tensorflow_io/...
45
48
- language : r
Original file line number Diff line number Diff line change
1
+ workspace (name = "org_tensorflow" )
2
+
1
3
load ("//tf:tf_configure.bzl" , "tf_configure" )
2
4
load ("@bazel_tools//tools/build_defs/repo:http.bzl" , "http_archive" )
3
5
@@ -132,3 +134,13 @@ http_archive(
132
134
strip_prefix = "libwebp-1.0.1" ,
133
135
build_file = "//third_party:libwebp.BUILD" ,
134
136
)
137
+
138
+ http_archive (
139
+ name = "com_github_google_flatbuffers" ,
140
+ urls = [
141
+ "https://mirror.bazel.build/github.com/google/flatbuffers/archive/b99332efd732e6faf60bb7ce1ce5902ed65d5ba3.tar.gz" ,
142
+ "https://github.com/google/flatbuffers/archive/b99332efd732e6faf60bb7ce1ce5902ed65d5ba3.tar.gz" ,
143
+ ],
144
+ sha256 = "12a13686cab7ffaf8ea01711b8f55e1dbd3bf059b7c46a25fefa1250bdd9dd23" ,
145
+ strip_prefix = "flatbuffers-b99332efd732e6faf60bb7ce1ce5902ed65d5ba3" ,
146
+ )
You can’t perform that action at this time.
0 commit comments