Skip to content

Commit 431d6cb

Browse files
authored
pip cache purge in validate binaries script
1 parent d838cbf commit 431d6cb

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/scripts/validate_binaries.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ conda create -y -n build_binary python="${MATRIX_PYTHON_VERSION}"
1212

1313
conda run -n build_binary python --version
1414

15+
conda run -n build_binary python -m pip cache purge
16+
1517
# Install pytorch, torchrec and fbgemm as per
1618
# installation instructions on following page
1719
# https://github.com/pytorch/torchrec#installations

0 commit comments

Comments
 (0)