Install interrogate with png extras to avoid error.

This commit is contained in:
Patrick Lehmann
2024-12-18 22:50:25 +01:00
parent cf2e89a622
commit c13dd2521c

View File

@@ -59,7 +59,7 @@ jobs:
- name: 🔧 Install wheel,tomli and pip dependencies (native)
run: |
python -m pip install --disable-pip-version-check -U docstr_coverage interrogate
python -m pip install --disable-pip-version-check -U docstr_coverage interrogate[png]
- name: Run 'interrogate' Documentation Coverage Check
continue-on-error: true