diff --git a/.github/workflows/CheckDocumentation.yml b/.github/workflows/CheckDocumentation.yml index 89255e1..f634582 100644 --- a/.github/workflows/CheckDocumentation.yml +++ b/.github/workflows/CheckDocumentation.yml @@ -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