-
Notifications
You must be signed in to change notification settings - Fork 41
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
3 additions
and
4 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,12 +131,11 @@ jobs: | |
- name: Install dependencies | ||
run: | | ||
brew install pillow groff libffi make diffutils | ||
# Install Pango version used for WeasyPrint 61.2 | ||
brew install make diffutils | ||
# Install WeasyPrint 61.2 | ||
brew tap-new --no-git custom/weasyprint | ||
brew extract --git-revision edb83fc7c8bb9987bdecb810e61281c5adc47c73 pango custom/weasyprint | ||
brew unlink pango | ||
brew install [email protected] | ||
brew install [email protected] | ||
echo "Installing pip + wheel..." | ||
python -m pip install --upgrade pip wheel | ||
echo "Installing requirements.txt + test dependencies..." | ||
|