Skip to content

Commit

Permalink
Remove Python workaround for Homebrew (#1908)
Browse files Browse the repository at this point in the history
Fixes #1907
  • Loading branch information
workingjubilee authored Oct 9, 2024
1 parent c9e218b commit 5c5b1f9
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -499,11 +499,6 @@ jobs:
steps:
- uses: Homebrew/actions/setup-homebrew@master

# Although we don't use Python per se, if Homebrew has an updated version of Python,
# the following steps could fail because GitHub Actions mixed up the linkage.
- name: Workaround GitHub Actions Python issues
run: brew unlink python && brew link --overwrite python

# install postgres with homebrew, but do't let homebrew do an update too. The update
# process not only takes forever, but it tends to fail when the internet changes
# https://github.com/Homebrew/brew/issues/1670#issuecomment-267096602
Expand Down

0 comments on commit 5c5b1f9

Please sign in to comment.