Skip to content

Commit b720c68

Browse files
committed
CI: remove an old workaround in macOS CI
It does not seem to be needed any more. Related: #214
1 parent b8aeaa2 commit b720c68

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

.github/workflows/macos.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -27,12 +27,6 @@ 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-
3630
brew update
3731
brew install boost boost-python3 help2man
3832

0 commit comments

Comments
 (0)