Skip to content

Commit

Permalink
Remove to_pdf because the dependencies of weasyprint are complex,…
Browse files Browse the repository at this point in the history
… and installation fails on macOS. I would like to leave the saving of HTML to PDF to the browser's functionality.
  • Loading branch information
akikuno committed Jul 28, 2024
1 parent 0be6bcf commit abda4a3
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/pytest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,6 @@ jobs:
python -m pip install --upgrade pip pytest
python -m pip install -e .
- name: Install weasyprint on macos-latest
if: runner.os == 'macOS'
run: |
brew install weasyprint
- name: Run pytest on Linux🐧, macOS🍎
env:
PYTHONPATH: src
Expand Down

0 comments on commit abda4a3

Please sign in to comment.