Skip to content

Commit 4a3f68d

Browse files
committed
ci: add a workaround for broken Python in macOS images
Related: https://github.com/actions/setup-python/issues/577
1 parent 4f43fe8 commit 4a3f68d

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/macos.yml

+4
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,10 @@ jobs:
2727

2828
- name: Install dependencies
2929
run: |
30+
# workaround for https://github.com/actions/setup-python/issues/577
31+
brew unlink python3
32+
brew link --overwrite python3
33+
3034
brew update
3135
brew install boost boost-python3 help2man
3236

0 commit comments

Comments
 (0)