Skip to content

Commit 6e272d2

Browse files
committed
Revert "CI: remove an old workaround in macOS CI"
This reverts commit b720c68.
1 parent 61bf9a7 commit 6e272d2

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/macos.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,12 @@ jobs:
2727

2828
- name: Install dependencies
2929
run: |
30+
# workaround for https://github.com/actions/setup-python/issues/577
31+
for pkg in $(brew list | grep '^python@'); do
32+
brew unlink "$pkg"
33+
brew link --overwrite "$pkg"
34+
done
35+
3036
brew update
3137
brew install boost boost-python3 help2man
3238

0 commit comments

Comments
 (0)