Skip to content

Commit

Permalink
Fix 3.7 broken pipeline again2
Browse files Browse the repository at this point in the history
  • Loading branch information
Mithun Shivashankar committed Sep 18, 2024
1 parent 3066e9a commit 58d34b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
- pip install flake8
- pip install jinja2
- pip install reportlab==3.6.6 # Freeze reportlab version because of https://github.com/xhtml2pdf/xhtml2pdf/issues/589
- pip install xhtml2pdf
- pip install 'xhtml2pdf==0.2.10'
- pip install Markdown
- pip install Pillow
- pip install aiosmtplib
Expand Down

0 comments on commit 58d34b4

Please sign in to comment.