Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Revert "Use python3 instead of python for macos wheels build" (#5752)
Reverts #5737 This causes issue: https://github.com/pytorch/torchcodec/actions/runs/11155431850/job/31006353091?pr=230 During build, different Python verison is getting picked up, required 3.9 - version used 3.10: ``` + __conda_exe run -p /Users/ec2-user/runner/_work/_temp/conda_environment_11155431850 python3 -m pip install build + /opt/homebrew/Caskroom/miniconda/base/bin/conda run -p /Users/ec2-user/runner/_work/_temp/conda_environment_11155431850 python3 -m pip install build WARNING: The script pyproject-build is installed in '/Library/Frameworks/Python.framework/Versions/3.10/bin' which is not on PATH. Consider adding this directory to PATH or, if you prefer to suppress this warning, use --no-warn-script-location. Notice: A new release of pip is available: 23.0.1 -> 24.2 Notice: To update, run: python3 -m pip install --upgrade pip ```
- Loading branch information