From 1ad5a30a4786d765adc75e6457e4df56c8becb21 Mon Sep 17 00:00:00 2001 From: Kesara Rathnayake Date: Thu, 17 Oct 2024 14:31:50 +1300 Subject: [PATCH] fixup! ci: Install weasyprint with homebrew --- .github/workflows/checks.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/checks.yml b/.github/workflows/checks.yml index 19ee19e9..b52c3547 100644 --- a/.github/workflows/checks.yml +++ b/.github/workflows/checks.yml @@ -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..."