Skip to content

Commit

Permalink
chore: add comment for the workaround
Browse files Browse the repository at this point in the history
Sometimes `brew upgrade` of Graphviz action fails on macOS runner while upgrading python packages.

This error is based on the below issue:
- actions/setup-python#577

Re-linking python will fix this problem:
- Ref: Homebrew/homebrew-core#165793 (comment)
  • Loading branch information
KEINOS committed Apr 13, 2024
1 parent 63cabe1 commit e212656
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ jobs:
if: matrix.os == 'macos-latest'
run: |
: # Workaround GitHub Actions Python issues
: # https://github.com/Homebrew/homebrew-core/issues/165793#issuecomment-1989441193
brew unlink python && brew link --overwrite python
- name: Set up Graphviz
Expand Down

0 comments on commit e212656

Please sign in to comment.