From c13dd2521ce5ae4125a6633ac6088dac357993f3 Mon Sep 17 00:00:00 2001 From: Patrick Lehmann Date: Wed, 18 Dec 2024 22:50:25 +0100 Subject: [PATCH] Install interrogate with png extras to avoid error. --- .github/workflows/CheckDocumentation.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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