From 90bcbcfda588df8abe9c675348f22c4ade6df69e Mon Sep 17 00:00:00 2001 From: "Christian Y. Brenninkmeijer" Date: Wed, 19 Feb 2025 08:44:53 +0000 Subject: [PATCH 1/7] action-dash --- .github/workflows/python_actions.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/python_actions.yml b/.github/workflows/python_actions.yml index c5cc10d0..7ef3f1a8 100644 --- a/.github/workflows/python_actions.yml +++ b/.github/workflows/python_actions.yml @@ -20,7 +20,7 @@ on: [push] jobs: call: - uses: SpiNNakerManchester/SupportScripts/.github/workflows/python_checks.yml@main + uses: SpiNNakerManchester/SupportScripts/.github/workflows/python_checks.yml@action-dash with: dependencies: > SpiNNUtils SpiNNMachine SpiNNMan PACMAN spalloc From db8ba8900799c96052b1d31a190dfa6245f662c3 Mon Sep 17 00:00:00 2001 From: "Christian Y. Brenninkmeijer" Date: Wed, 19 Feb 2025 08:52:19 +0000 Subject: [PATCH 2/7] install-module --- .github/workflows/python_actions.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/python_actions.yml b/.github/workflows/python_actions.yml index 7ef3f1a8..54961d30 100644 --- a/.github/workflows/python_actions.yml +++ b/.github/workflows/python_actions.yml @@ -25,7 +25,7 @@ jobs: dependencies: > SpiNNUtils SpiNNMachine SpiNNMan PACMAN spalloc SpiNNFrontEndCommon sPyNNaker - install_module: false + install-module: false pip_installs: pytest ubuntu_packages: graphviz test_directories: unittests From 11a7470523a1356323b28df9973f3b38c524e8e9 Mon Sep 17 00:00:00 2001 From: "Christian Y. Brenninkmeijer" Date: Wed, 19 Feb 2025 11:00:29 +0000 Subject: [PATCH 3/7] pip-installs --- .github/workflows/python_actions.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/python_actions.yml b/.github/workflows/python_actions.yml index 54961d30..a16abac7 100644 --- a/.github/workflows/python_actions.yml +++ b/.github/workflows/python_actions.yml @@ -26,7 +26,7 @@ jobs: SpiNNUtils SpiNNMachine SpiNNMan PACMAN spalloc SpiNNFrontEndCommon sPyNNaker install-module: false - pip_installs: pytest + pip-installs: pytest ubuntu_packages: graphviz test_directories: unittests coverage-package: From 3a03fb70db399dc86090c99db3d1e6b086f01731 Mon Sep 17 00:00:00 2001 From: "Christian Y. Brenninkmeijer" Date: Wed, 19 Feb 2025 11:09:17 +0000 Subject: [PATCH 4/7] ubuntu-packages --- .github/workflows/python_actions.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/python_actions.yml b/.github/workflows/python_actions.yml index a16abac7..9a392849 100644 --- a/.github/workflows/python_actions.yml +++ b/.github/workflows/python_actions.yml @@ -27,7 +27,7 @@ jobs: SpiNNFrontEndCommon sPyNNaker install-module: false pip-installs: pytest - ubuntu_packages: graphviz + ubuntu-packages: graphviz test_directories: unittests coverage-package: flake8-packages: examples balanced_random learning sudoku synfire From 711cff5dc402291ce8b3e90cff8207a6afdc9230 Mon Sep 17 00:00:00 2001 From: "Christian Y. Brenninkmeijer" Date: Wed, 19 Feb 2025 11:11:07 +0000 Subject: [PATCH 5/7] test-directories --- .github/workflows/python_actions.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/python_actions.yml b/.github/workflows/python_actions.yml index 9a392849..464cb531 100644 --- a/.github/workflows/python_actions.yml +++ b/.github/workflows/python_actions.yml @@ -28,7 +28,7 @@ jobs: install-module: false pip-installs: pytest ubuntu-packages: graphviz - test_directories: unittests + test-directories: unittests coverage-package: flake8-packages: examples balanced_random learning sudoku synfire pylint-packages: examples balanced_random learning sudoku synfire From 9edf8cd9e6d3bd695c062642e822fb7450dad98f Mon Sep 17 00:00:00 2001 From: "Christian Y. Brenninkmeijer" Date: Wed, 19 Feb 2025 11:32:11 +0000 Subject: [PATCH 6/7] run_sphinx --- .github/workflows/python_actions.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/python_actions.yml b/.github/workflows/python_actions.yml index 464cb531..c1a6e214 100644 --- a/.github/workflows/python_actions.yml +++ b/.github/workflows/python_actions.yml @@ -37,4 +37,4 @@ jobs: pylint-disable: R, wrong-spelling-in-docstring, invalid-name # Examples are not typed to keep them easier to read mypy-packages: - run_sphinx: false + run-sphinx: false From e9e4b881bf22a0c26f7a89df55edea24d19c2ecb Mon Sep 17 00:00:00 2001 From: "Christian Y. Brenninkmeijer" Date: Thu, 20 Feb 2025 09:26:17 +0000 Subject: [PATCH 7/7] use main branch for actions --- .github/workflows/python_actions.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/python_actions.yml b/.github/workflows/python_actions.yml index c1a6e214..1e47581b 100644 --- a/.github/workflows/python_actions.yml +++ b/.github/workflows/python_actions.yml @@ -20,7 +20,7 @@ on: [push] jobs: call: - uses: SpiNNakerManchester/SupportScripts/.github/workflows/python_checks.yml@action-dash + uses: SpiNNakerManchester/SupportScripts/.github/workflows/python_checks.yml@main with: dependencies: > SpiNNUtils SpiNNMachine SpiNNMan PACMAN spalloc