From d37ff21bfbaa26e7e758e9f2061748083257e7ed Mon Sep 17 00:00:00 2001 From: Andrew Rowley Date: Mon, 22 Jul 2024 08:38:29 +0100 Subject: [PATCH] Shouldn't be changing this! --- .github/workflows/python_actions.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/python_actions.yml b/.github/workflows/python_actions.yml index de69522ee..ef36ddf42 100644 --- a/.github/workflows/python_actions.yml +++ b/.github/workflows/python_actions.yml @@ -27,5 +27,5 @@ jobs: coverage-package: spinnman flake8-packages: spinnman unittests spinnman_integration_tests pylint-packages: spinnman - mypy-packages: spinnman unittests spinnman_integration_tests - secrets: inherit \ No newline at end of file + mypy-packages: spinnman + secrets: inherit