Update pip install in ACTS with -no-cache-dir

Tests on row4-rack3 times out while installing acts.
Replace pip.main(['install', package]) with
pip.main(['install', ‘-v’, ‘--no-cache-dir’, package])

Bug: 77976180
Test: test using blaze after merged
Change-Id: I27ce4be85768cb856112b4a95b992553c42cf8e5
1 file changed
tree: 6b07764c7d7a0c8563337b8d564e284a136d5bd7
  1. acts/
  2. tools/
  3. wts-acts/
  4. Android.mk
  5. PREUPLOAD.cfg