Skip to content

Commit

Permalink
CI: try to remove an old workaround in macOS CI
Browse files Browse the repository at this point in the history
  • Loading branch information
kdudka committed Oct 23, 2024
1 parent b8aeaa2 commit 6f7cd68
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 6f7cd68

Please sign in to comment.