mozilla-vpn-client icon indicating copy to clipboard operation
mozilla-vpn-client copied to clipboard

Nit: Enable the pip cache for auth tests

Open oskirby opened this issue 1 year ago • 0 comments

Description

In PR #9095 I enabled the PIP package cache in CI to try and stabilize the functional tests due to package download errors, and it seems to have improved things by quite a bit. However, I missed a spot and forgot the use of pip3 which appears in the Auth tests. So let's add that too.

I wonder if adding the actions/setup-python@v4 action will fix the sporadic python errors noted in PR #8722

Reference

Github PR #9095

Checklist

  • [ ] My code follows the style guidelines for this project
  • [ ] I have not added any packages that contain high risk or unknown licenses (GPL, LGPL, MPL, etc. consult with DevOps if in question)
  • [ ] I have performed a self review of my own code
  • [ ] I have commented my code PARTICULARLY in hard to understand areas
  • [ ] I have added thorough tests where needed

oskirby avatar Feb 07 '24 19:02 oskirby