Fix CI: install reports dependencies for tests
All checks were successful
CI / Lint (push) Successful in 5s
CI / Type Check (push) Successful in 19s
CI / Test (push) Successful in 1m8s
CI / Release (push) Has been skipped

This commit is contained in:
2026-01-29 22:05:11 +00:00
parent 45a8f11650
commit a6ef649090

View File

@@ -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