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

Workaround for python3 brew mac CI issue on GitHub runners #1776

Merged

Conversation

danrbailey
Copy link
Contributor

No description provided.

@danrbailey danrbailey force-pushed the macos_brew_issue branch 5 times, most recently from 24e0c17 to b726375 Compare March 13, 2024 21:30
Signed-off-by: Dan Bailey <danbailey@ilm.com>
Signed-off-by: Dan Bailey <danbailey@ilm.com>
@danrbailey
Copy link
Contributor Author

@Idclip - there seems to be a persistent issue with the Mac OS builds over the last few days when doing a brew update. I'm not too familiar with this CI workflow, but I tried a few different options and finally I found this work-around to delete the python3 binaries in /usr/local/bin before running the update and that appears to successfully resolve the issue. Does this seem ok to you?

@Idclip
Copy link
Contributor

Idclip commented Mar 18, 2024

@danrbailey looks like this might be a slightly better solution: actions/setup-python#577 (comment) brew install --overwrite. But happy with this too.

Might want to add this issue as a comment to this change: actions/setup-python#577 Woops, you've already done this!

@danrbailey
Copy link
Contributor Author

@danrbailey looks like this might be a slightly better solution: actions/setup-python#577 (comment) brew install --overwrite. But happy with this too.

Might want to add this issue as a comment to this change: actions/setup-python#577 Woops, you've already done this!

Maybe I missed something, but I tried that overwrite method a bunch of different ways and couldn't seem to get it to work.

@danrbailey danrbailey merged commit c4b5143 into AcademySoftwareFoundation:master Mar 18, 2024
47 checks passed
@danrbailey danrbailey deleted the macos_brew_issue branch March 18, 2024 22:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants