Fix CI to install from requirements.txt
This commit is contained in:
parent
1847a2fee6
commit
a3c4c19e54
1 changed files with 2 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue