From de3834f19bce4f0d5cb54182ac215d9c0ecdc6f6 Mon Sep 17 00:00:00 2001 From: "Christian Y. Brenninkmeijer" Date: Mon, 3 Jun 2024 15:48:46 +0100 Subject: [PATCH] coverage-package pylint-packages mypy-packages --- .github/workflows/python_actions.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/python_actions.yml b/.github/workflows/python_actions.yml index 9487ea4c75..0b32f5a916 100644 --- a/.github/workflows/python_actions.yml +++ b/.github/workflows/python_actions.yml @@ -26,10 +26,12 @@ jobs: call: uses: SpiNNakerManchester/SupportScripts/.github/workflows/python_checks.yml@main with: - base-package: spynnaker dependencies: SpiNNUtils SpiNNMachine SpiNNMan PACMAN spalloc SpiNNFrontEndCommon TestBase ubuntu_packages: graphviz test_directories: unittests + coverage-package: spynnaker flake8-packages: spynnaker unittests + pylint-packages: spynnaker + mypy-packages: spynnaker check_prereleases: false cfg_file: spynnaker