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 65de4c7 commit db4d792Copy full SHA for db4d792
.github/workflows/ci.yml
@@ -32,6 +32,10 @@ env:
32
BUILDOZER_SHA256SUM: '3d58a0b6972e4535718cdd6c12778170ea7382de7c75bc3728f5719437ffb84d'
33
TENSORFLOW_VERSION: 'tf-nightly'
34
35
+defaults:
36
+ run:
37
+ shell: bash
38
+
39
jobs:
40
build:
41
# Self-hosted runner since the ones provided by GH were running out of space.
@@ -79,8 +83,8 @@ jobs:
79
83
# for removing this kludge.
80
84
run: |
81
85
( set -o pipefail;
82
- bazel build //tensorboard/... 2>&1 |\
- grep -v 'external/com_google_protobuf/python: warning: directory' 2>&1 |\
86
+ bazel build //tensorboard/... |&\
87
+ grep -v 'external/com_google_protobuf/python: warning: directory' |&\
88
grep -v 'INFO: From ProtoCompile ' )
89
- name: 'Bazel: test (with TensorFlow support)'
90
run: bazel test //tensorboard/...
0 commit comments