From 82de0954a4d44629f498cc23902b7d197051ec52 Mon Sep 17 00:00:00 2001 From: "Christian Y. Brenninkmeijer" Date: Wed, 19 Feb 2025 14:16:18 +0000 Subject: [PATCH 1/3] SpiNNakerManchester/SupportScripts/actions/configure-spynnaker@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 b16120d..5d1fa73 100644 --- a/.github/workflows/python_actions.yml +++ b/.github/workflows/python_actions.yml @@ -63,7 +63,7 @@ jobs: # uses: ./support/actions/pynn-setup - name: Create a spynnaker.cfg - uses: ./support/actions/configure-spynnaker + uses: SpiNNakerManchester/SupportScripts/actions/configure-spynnaker@action-dash with: virtual: true From 23455b4b04c6b88f006f31a45e6afd5d07dc7c01 Mon Sep 17 00:00:00 2001 From: "Christian Y. Brenninkmeijer" Date: Wed, 19 Feb 2025 14:27:18 +0000 Subject: [PATCH 2/3] uses: SpiNNakerManchester/SupportScripts/actions/install-spinn-deps@main --- .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 5d1fa73..e9dbe3a 100644 --- a/.github/workflows/python_actions.yml +++ b/.github/workflows/python_actions.yml @@ -49,7 +49,7 @@ jobs: run: pip install pytest nbmake - name: Install Spinnaker Dependencies - uses: ./support/actions/install-spinn-deps + uses: SpiNNakerManchester/SupportScripts/actions/install-spinn-deps@main with: repositories: > SpiNNUtils SpiNNMachine SpiNNMan PACMAN spalloc From 081382d1b50a55cd128d1f3fd228b68e64327217 Mon Sep 17 00:00:00 2001 From: "Christian Y. Brenninkmeijer" Date: Thu, 20 Feb 2025 09:26:16 +0000 Subject: [PATCH 3/3] 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 e9dbe3a..8faaaf7 100644 --- a/.github/workflows/python_actions.yml +++ b/.github/workflows/python_actions.yml @@ -63,7 +63,7 @@ jobs: # uses: ./support/actions/pynn-setup - name: Create a spynnaker.cfg - uses: SpiNNakerManchester/SupportScripts/actions/configure-spynnaker@action-dash + uses: SpiNNakerManchester/SupportScripts/actions/configure-spynnaker@main with: virtual: true