Skip to content

Commit

Permalink
brew-debug(macos): remove py3.12 linkage fix
Browse files Browse the repository at this point in the history
relates to Homebrew/homebrew-core#150390

Signed-off-by: Rui Chen <[email protected]>
  • Loading branch information
chenrui333 committed Mar 8, 2024
1 parent b7f07c7 commit cc1f883
Showing 1 changed file with 1 addition and 24 deletions.
25 changes: 1 addition & 24 deletions .github/workflows/brew-debug.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,30 +37,7 @@ jobs:
# # https://docs.brew.sh/FAQ#why-should-i-install-homebrew-in-the-default-location
# working-directory: /usr/local/Homebrew/Library/Taps/homebrew/homebrew-core
# steps:
# - name: Setup Homebrew [email protected]
# run: |
# brew update

# # fix `brew link [email protected]` issue
# # see upstream discussion in https://github.com/actions/setup-python/issues/577

# rm -f /usr/local/bin/2to3
# rm -f /usr/local/bin/idle3
# rm -f /usr/local/bin/pydoc3
# rm -f /usr/local/bin/python3
# rm -f /usr/local/bin/python3-config
# rm -f /usr/local/bin/2to3-3.11
# rm -f /usr/local/bin/idle3.11
# rm -f /usr/local/bin/pydoc3.11
# rm -f /usr/local/bin/python3.11
# rm -f /usr/local/bin/python3.11-config
# rm -f /usr/local/bin/2to3-3.12
# rm -f /usr/local/bin/idle3.12
# rm -f /usr/local/bin/pydoc3.12
# rm -f /usr/local/bin/python3.12
# rm -f /usr/local/bin/python3.12-config

# brew install [email protected]
# - run: brew update
# - name: Setup tmate session
# uses: mxschmitt/action-tmate@v3

Expand Down

0 comments on commit cc1f883

Please sign in to comment.