Skip to content

Commit

Permalink
fixup! ci: Install weasyprint with homebrew
Browse files Browse the repository at this point in the history
  • Loading branch information
kesara committed Oct 17, 2024
1 parent e79fc9d commit 5cce32c
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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..."
Expand Down

0 comments on commit 5cce32c

Please sign in to comment.