Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix CI Python3 breakage #1438

Merged
merged 1 commit into from
Oct 11, 2023
Merged

Conversation

ychin
Copy link
Member

@ychin ychin commented Oct 11, 2023

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.

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.
@ychin ychin added Infrastructure Non-app infrastructure issues, e.g. CI Non User Facing Non-user facing change. These issues do no need to show up in release notes. labels Oct 11, 2023
@ychin ychin added this to the Release 179 milestone Oct 11, 2023
@github-actions github-actions bot added the CI Vim upstream label for CI issues label Oct 11, 2023
@ychin ychin merged commit 3803c15 into macvim-dev:master Oct 11, 2023
4 checks passed
@ychin ychin deleted the fix-ci-python3-installation branch October 11, 2023 14:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CI Vim upstream label for CI issues Infrastructure Non-app infrastructure issues, e.g. CI Non User Facing Non-user facing change. These issues do no need to show up in release notes.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant