Check job matrix.

This commit is contained in:
Patrick Lehmann
2025-10-18 23:41:43 +02:00
parent 6432741888
commit 77ed5bb343
6 changed files with 37 additions and 25 deletions

View File

@@ -9,6 +9,7 @@ jobs:
uses: pyTooling/Actions/.github/workflows/CompletePipeline.yml@dev
with:
package_name: 'myPackage'
unittest_python_version: '3.13' # workaround to use Sphinx in Python 3.13 for sphinx_reports not yet supporting lxml 6.0
bandit: 'true'
pylint: 'true'
codecov: 'true'