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 e5724cb commit 65de4c7Copy full SHA for 65de4c7
.github/workflows/ci.yml
@@ -79,8 +79,8 @@ jobs:
79
# for removing this kludge.
80
run: |
81
( set -o pipefail;
82
- bazel build //tensorboard/... |&\
83
- grep -v 'external/com_google_protobuf/python: warning: directory' |&\
+ bazel build //tensorboard/... 2>&1 |\
+ grep -v 'external/com_google_protobuf/python: warning: directory' 2>&1 |\
84
grep -v 'INFO: From ProtoCompile ' )
85
- name: 'Bazel: test (with TensorFlow support)'
86
run: bazel test //tensorboard/...
0 commit comments