Skip to content

Commit

Permalink
Fix 3.7 broken pipeline again3
Browse files Browse the repository at this point in the history
  • Loading branch information
Mithun Shivashankar committed Sep 18, 2024
1 parent 58d34b4 commit 96039be
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .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==0.2.10'
- pip install 'xhtml2pdf==0.2.9'
- pip install Markdown
- pip install Pillow
- pip install aiosmtplib
Expand All @@ -28,7 +28,6 @@
- pip install slack-sdk
- pip install sentry-sdk
- pip install pytz
- pip install 'pypdf<3'
- python3 -m unittest test


Expand Down

0 comments on commit 96039be

Please sign in to comment.