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 ab697c3 commit a8eeb1fCopy full SHA for a8eeb1f
.github/workflows/ci.yml
@@ -98,6 +98,10 @@ jobs:
98
bazel build //tensorboard/... |&\
99
grep -v 'external/com_google_protobuf/python: warning: directory' |&\
100
grep -v 'INFO: From ProtoCompile ' )
101
+ - name: 'Purge pip cache'
102
+ # The provisioned VM is running out of space, so we attempt to
103
+ # delete cached package info to release some disk space.
104
+ run: pip cache purge
105
- name: 'Bazel: test (with TensorFlow support)'
106
run: bazel test //tensorboard/...
107
if: matrix.tf_version_id != 'notf'
0 commit comments