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 24, 2024
1 parent 4effe7b commit 13efbb4
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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..."
Expand Down

0 comments on commit 13efbb4

Please sign in to comment.