Fix CI to install from requirements.txt

This commit is contained in:
Russell Ballestrini 2025-12-22 20:44:18 -05:00
parent 1847a2fee6
commit a3c4c19e54

View file

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