diff --git a/.github/workflows/macos.yml b/.github/workflows/macos.yml index 0cc61c76..e7a63507 100644 --- a/.github/workflows/macos.yml +++ b/.github/workflows/macos.yml @@ -27,12 +27,6 @@ jobs: - name: Install dependencies run: | - # workaround for https://github.com/actions/setup-python/issues/577 - for pkg in $(brew list | grep '^python@'); do - brew unlink "$pkg" - brew link --overwrite "$pkg" - done - brew update brew install boost boost-python3 help2man