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 macOS CI #917

Merged
merged 2 commits into from
Mar 29, 2024
Merged

Conversation

christian-rauch
Copy link
Collaborator

Recently the brew installation on the macOS CI failed with:

Error: The `brew link` step did not complete successfully
The formula built, but is not symlinked into /usr/local
Could not symlink bin/2to3
Target /usr/local/bin/2to3
already exists. You may want to remove it:
  rm '/usr/local/bin/2to3'

To force the link and overwrite all conflicting files:
  brew link --overwrite python@3.12

To list all files that would be deleted:
  brew link --overwrite python@3.12 --dry-run

and other Python related symlinks in /usr/local/bin/.

It's not entirely clear why this happens now without any change to the install script but removing these symlinks just before running brew seems to solve the issue.

@christian-rauch christian-rauch changed the title Test ci macos fix macOS CI Mar 29, 2024
@christian-rauch christian-rauch merged commit 775f0c0 into stevenlovegrove:master Mar 29, 2024
9 checks passed
@christian-rauch christian-rauch deleted the test_ci_macos branch March 29, 2024 09:08
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