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 1ad5a30 commit 36ad82a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,9 @@ jobs:
- name: Install dependencies
run: |
brew install "https://github.com/Homebrew/homebrew-core/raw/edb83fc7c8bb9987bdecb810e61281c5adc47c73/Formula/w/weasyprint.rb"
brew tap-new --no-git custom/weasyprint
brew extract --git-revision edb83fc7c8bb9987bdecb810e61281c5adc47c73 weasyprint custom/weasyprint
brew install [email protected]
brew install pango pillow libffi groff make diffutils
echo "Installing pip + wheel..."
python -m pip install --upgrade pip wheel
Expand Down

0 comments on commit 36ad82a

Please sign in to comment.