Skip to content

Commit

Permalink
Link.
Browse files Browse the repository at this point in the history
  • Loading branch information
jendrikseipp committed Mar 13, 2024
1 parent eec48a8 commit 1d0ca7b
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 files that are overwritten and recommends to delete them.
sudo rm /usr/local/bin/2to3 /usr/local/bin/2to3-3.12
# Without the --overwrite flag Homebrew complains about python@3.12 files that are overwritten.
brew link --overwrite python@3.12
# We need pygobject from PyPI. Using only pygobject3 from homebrew leads to "gi module not found".
brew install --overwrite gettext gtk+3 gobject-introspection glib libffi cairo gtksourceview3 librsvg gsettings-desktop-schemas adwaita-icon-theme enchant
python3 -m pip install pyenchant pygobject pyyaml
Expand Down

0 comments on commit 1d0ca7b

Please sign in to comment.