Skip to content

Commit

Permalink
Delete 2to3 binary before running brew.
Browse files Browse the repository at this point in the history
  • Loading branch information
jendrikseipp committed Mar 13, 2024
1 parent 43429b2 commit bccb992
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,8 @@ jobs:
- name: Install dependencies (macOS)
if: startsWith(matrix.os, 'macos')
run: |
# Homebrew complains about a file that's overwritten and recommends to delete it.
sudo rm /usr/local/bin/2to3
# We need pygobject from PyPI. Using only pygobject3 from homebrew leads to "gi module not found".
brew install gettext gtk+3 gobject-introspection glib libffi cairo gtksourceview3 atk librsvg gsettings-desktop-schemas adwaita-icon-theme enchant
python3 -m pip install pyenchant pygobject pyyaml
Expand Down

0 comments on commit bccb992

Please sign in to comment.