Use venvs
Some checks failed
Build and Publish / build_html (push) Successful in 7s
Build and Publish / convert_to_pdf (push) Failing after 26s
Build and Publish / upload_as_release (push) Successful in 2s

This commit is contained in:
2025-12-08 22:29:35 -06:00
parent 43183c3d09
commit d8cb1b8272

View File

@@ -23,8 +23,9 @@ jobs:
- name: Install weasyprint - name: Install weasyprint
run: | run: |
sudo apt-get update sudo apt-get update
sudo DEBIAN_FRONTEND=noninteractive apt-get install -y python3-pip libpango-1.0-0 libpangoft2-1.0-0 sudo apt-get install -y python3-venv python3-pip libpango-1.0-0 libpangoft2-1.0-0
pip3 install weasyprint python3 -m venv venv
venv/bin/pip install weasyprint
- name: Convert to pdf - name: Convert to pdf
run: | run: |
weasyprint generated_resume.html resume.pdf weasyprint generated_resume.html resume.pdf