Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
For some reason `brew install python3` is failing in GitHub Action's macos-13 image due to stale 2to3/etc links. Simply remove the install step. We no longer need it as we have stable ABI now and we don't need latest version. Also, fix Python 2's installation link using an outdated version for some reason.
- Loading branch information