Skip to content

Commit

Permalink
pip cache purge in validate binaries script
Browse files Browse the repository at this point in the history
  • Loading branch information
henrylhtsang authored Jan 30, 2024
1 parent d838cbf commit 431d6cb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/scripts/validate_binaries.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ conda create -y -n build_binary python="${MATRIX_PYTHON_VERSION}"

conda run -n build_binary python --version

conda run -n build_binary python -m pip cache purge

# Install pytorch, torchrec and fbgemm as per
# installation instructions on following page
# https://github.com/pytorch/torchrec#installations
Expand Down

0 comments on commit 431d6cb

Please sign in to comment.