-
Notifications
You must be signed in to change notification settings - Fork 39
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fixup! ci: Install weasyprint with homebrew
- Loading branch information
Showing
1 changed file
with
4 additions
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 |
---|---|---|
|
@@ -131,13 +131,12 @@ jobs: | |
- name: Install dependencies | ||
run: | | ||
# Install dependencies required for WeasyPrint 61.2 | ||
brew install pillow groff libffi make diffutils | ||
# Install Pango version used for WeasyPrint 61.2 | ||
brew tap-new --no-git custom/weasyprint | ||
brew extract --git-revision edb83fc7c8bb9987bdecb810e61281c5adc47c73 pango custom/weasyprint | ||
brew extract --git-revision edb83fc7c8bb9987bdecb810e61281c5adc47c73 pillow custom/weasyprint | ||
brew extract --git-revision edb83fc7c8bb9987bdecb810e61281c5adc47c73 groff custom/weasyprint | ||
brew extract --git-revision edb83fc7c8bb9987bdecb810e61281c5adc47c73 libffi custom/weasyprint | ||
brew install [email protected] [email protected] [email protected] [email protected] make diffutils | ||
brew install [email protected] | ||
brew link --overwrite [email protected] | ||
echo "Installing pip + wheel..." | ||
python -m pip install --upgrade pip wheel | ||
echo "Installing requirements.txt + test dependencies..." | ||
|