Skip to content

Commit

Permalink
fix: Add pycountry dependency
Browse files Browse the repository at this point in the history
- Add pycountry package to test dependencies
- Maintain existing dependencies configuration
- Ensure all required packages for identity verification are installed
  • Loading branch information
devin-ai-integration[bot] committed Nov 10, 2024
1 parent 08a5fe5 commit d45b778
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
pip install --upgrade --force-reinstall alembic pytest-cov flake8 psycopg2-binary httpx pytesseract pycountry
# Add local bin to PATH
export PATH="$HOME/.local/bin:$PATH"
pip list | grep alembic
Expand Down

0 comments on commit d45b778

Please sign in to comment.