HomePhabricator
Diffusion Comm 06810553e7d8

[GH Actions] Fix pip issue

Description

[GH Actions] Fix pip issue

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?

Reviewers: ashoat, ginsu, tomek, varun

Reviewed By: ashoat

Differential Revision: https://phab.comm.dev/D11474

Details

Provenance
atulAuthored on Mar 29 2024, 11:36 AM
Reviewer
ashoat
Differential Revision
D11474: [GH Actions] Fix pip issue
Parents
rCOMMd82eed21584e: [lib] Hook everything together in FarcasterDataHandler
Branches
Unknown
Tags
Unknown