Fix CI: add httpx to test deps (stale cache)

This commit is contained in:
Russell Ballestrini 2026-01-06 09:40:10 -05:00
parent 38a87e0b6b
commit db4eada111

View file

@ -19,7 +19,7 @@ test:
- source .venv/bin/activate
- pip install --upgrade pip
- pip install -r requirements.txt
- pip install pytest pytest-asyncio
- pip install pytest pytest-asyncio httpx
script:
- source .venv/bin/activate
- python3 -m pytest tests/ -v --tb=short