Page MenuHomePhabricator

[GH Actions] Fix pip issue
ClosedPublic

Authored by atul on Mar 29 2024, 11:50 AM.
Tags
None
Referenced Files
F2016978: D11474.id38543.diff
Sat, Jun 15, 10:12 AM
Unknown Object (File)
Wed, Jun 12, 11:13 AM
Unknown Object (File)
Thu, Jun 6, 6:14 AM
Unknown Object (File)
May 7 2024, 3:49 PM
Unknown Object (File)
May 7 2024, 3:49 PM
Unknown Object (File)
May 7 2024, 3:48 PM
Unknown Object (File)
May 7 2024, 3:31 PM
Unknown Object (File)
Apr 17 2024, 11:29 AM
Subscribers
None

Details

Summary

Looks like there was some change to macOS runner setup where installing pip packages via python3 instead of python leads to some issues.

There's so many possible things it could have to do with

  • the macOS installation of python
  • the python venv installation of python
  • pip config
  • etc etc

and I didn't spend any time narrowing it down.

I experimentally tried python instead of python3 and that seemed to work. That's also what it shows in the docs in example command to install pip dependencies, so I'm just going with that for now.

Test Plan

Land and see what happens. There's a change the step succeeds but subsequent ones fail if this installs things differently?

Diff Detail

Repository
rCOMM Comm
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

atul published this revision for review.Mar 29 2024, 11:53 AM
This revision is now accepted and ready to land.Mar 29 2024, 11:55 AM
This revision was automatically updated to reflect the committed changes.