Skip to content

Commit

Permalink
[CI] workaround fix mac brew python 3.12 (#731)
Browse files Browse the repository at this point in the history
  • Loading branch information
yuxiaomao authored Dec 10, 2024
1 parent 07ead74 commit 80a10d2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,7 @@ jobs:
# see https://github.com/Homebrew/homebrew-core/issues/165793#issuecomment-1989441193
# see https://github.com/Homebrew/brew/blob/master/.github/workflows/tests.yml
brew unlink python && brew link --overwrite python
brew unlink [email protected] && brew link --overwrite [email protected]
- name: "Install: Required Dev Packages"
run: |
Expand Down

0 comments on commit 80a10d2

Please sign in to comment.