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 9ff8276 commit 1ad5a30
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,8 @@ jobs:
- name: Install dependencies
run: |
brew install pango pillow libffi groff make diffutils weasyprint
brew install "https://github.com/Homebrew/homebrew-core/raw/edb83fc7c8bb9987bdecb810e61281c5adc47c73/Formula/w/weasyprint.rb"
brew install pango pillow libffi groff make diffutils
echo "Installing pip + wheel..."
python -m pip install --upgrade pip wheel
echo "Installing requirements.txt + test dependencies..."
Expand Down

0 comments on commit 1ad5a30

Please sign in to comment.