Skip to content

Commit

Permalink
fix: Add reportlab and inputimeout dependencies for test coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
devin-ai-integration[bot] committed Nov 10, 2024
1 parent ad6247b commit 9fdd470
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
sudo apt-get install -y tesseract-ocr
pip install -r requirements.txt
# Install test dependencies
pip install --upgrade --force-reinstall alembic pytest-cov flake8 psycopg2-binary httpx pytesseract pycountry PyYAML selenium pytest-mock loguru
pip install --upgrade --force-reinstall alembic pytest-cov flake8 psycopg2-binary httpx pytesseract pycountry PyYAML selenium pytest-mock loguru reportlab inputimeout
# Add local bin to PATH
export PATH="$HOME/.local/bin:$PATH"
pip list | grep alembic
Expand Down

0 comments on commit 9fdd470

Please sign in to comment.