Skip to content

Commit

Permalink
Remove additional file.
Browse files Browse the repository at this point in the history
  • Loading branch information
jendrikseipp committed Mar 13, 2024
1 parent bccb992 commit 92baa15
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +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
# Homebrew complains about files that are overwritten and recommends to delete them.
sudo rm /usr/local/bin/2to3 /usr/local/bin/2to3-3.12
# 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 92baa15

Please sign in to comment.