Skip to content

Commit a8eeb1f

Browse files
committed
Purge pip cache after build step in CI workflow
1 parent ab697c3 commit a8eeb1f

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,10 @@ jobs:
9898
bazel build //tensorboard/... |&\
9999
grep -v 'external/com_google_protobuf/python: warning: directory' |&\
100100
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
101105
- name: 'Bazel: test (with TensorFlow support)'
102106
run: bazel test //tensorboard/...
103107
if: matrix.tf_version_id != 'notf'

0 commit comments

Comments
 (0)