Fix CI: install reports dependencies for tests
This commit is contained in:
@@ -57,10 +57,15 @@ jobs:
|
||||
with:
|
||||
python-version: '3.11'
|
||||
|
||||
- name: Install system dependencies
|
||||
run: |
|
||||
sudo apt-get update
|
||||
sudo apt-get install -y libpango-1.0-0 libpangocairo-1.0-0 libgdk-pixbuf2.0-0
|
||||
|
||||
- name: Install dependencies
|
||||
run: |
|
||||
python -m pip install --upgrade pip
|
||||
pip install -e ".[dev]"
|
||||
pip install -e ".[dev,reports]"
|
||||
|
||||
- name: Run pytest
|
||||
run: pytest --cov=src/py_dvt_ate --cov-report=xml
|
||||
|
||||
Reference in New Issue
Block a user