-
Notifications
You must be signed in to change notification settings - Fork 111
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
9cf266d
commit 3fde1a3
Showing
1 changed file
with
1 addition
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -45,11 +45,7 @@ jobs: | |
brew unlink [email protected] | ||
brew link --overwrite [email protected] | ||
sudo rm -r /usr/local/bin/2to3 /usr/local/bin/idle3 /usr/local/bin/pydoc3 /usr/local/bin/python3 /usr/local/bin/python3-config /usr/local/share/man/man1/python3.1 /usr/local/lib/pkgconfig/python3-embed.pc /usr/local/lib/pkgconfig/python3.pc /usr/local/Frameworks/Python.framework/Headers /usr/local/Frameworks/Python.framework/Python /usr/local/Frameworks/Python.framework/Resources /usr/local/Frameworks/Python.framework/Versions/Current | ||
brew install sqlite xz | ||
brew install --ignore-dependencies at-spi2-core | ||
brew install dbus ca-certificates readline libxfixes libxi libxtst gdk-pixbuf gsettings-desktop-schemas hicolor-icon-theme libepoxy fribidi pango | ||
brew install --ignore-dependencies gtk+3 | ||
brew install gettext gobject-introspection glib libffi cairo gtksourceview3 librsvg adwaita-icon-theme enchant | ||
brew install gettext gobject-introspection gtk+3 libffi cairo gtksourceview3 librsvg adwaita-icon-theme enchant | ||
python3 -m pip install pyenchant pygobject pyyaml | ||
env: | ||
HOMEBREW_NO_INSTALLED_DEPENDENTS_CHECK: on | ||
|