chore: Update coverage test workflow to install dependencies from requirements.txt
This commit is contained in:
@@ -20,9 +20,12 @@ jobs:
|
||||
|
||||
- name: Set up Python
|
||||
uses: actions/setup-python@v4
|
||||
|
||||
|
||||
- name: Install dependencies
|
||||
run: pip install pytest pytest-cov pytest-asyncio
|
||||
run: |
|
||||
python -m pip install --upgrade pip
|
||||
pip install -r requirements.txt
|
||||
pip install pytest pytest-cov pytest-asyncio
|
||||
|
||||
- name: Run tests
|
||||
run: PYTHONPATH=./ pytest --cov=. tests/ -v
|
||||
|
||||
Reference in New Issue
Block a user