Skip to content

Commit

Permalink
use main branch for actions
Browse files Browse the repository at this point in the history
  • Loading branch information
Christian-B committed Feb 20, 2025
1 parent 74f1650 commit e8e75f1
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/python_actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,17 +59,17 @@ jobs:
uses: SpiNNakerManchester/SupportScripts/actions/install-matplotlib@main

- name: Setup
uses: SpiNNakerManchester/SupportScripts/actions/run-install@action-dash
uses: SpiNNakerManchester/SupportScripts/actions/run-install@main

- name: Setup PyNN
uses: SpiNNakerManchester/SupportScripts/actions/pynn-setup@main

- name: Create a spynnaker.cfg
uses: SpiNNakerManchester/SupportScripts/actions/configure-spynnaker@action-dash
uses: SpiNNakerManchester/SupportScripts/actions/configure-spynnaker@main
with:
board-address: spinn-4.cs.man.ac.uk
- name: Test with pytest
uses: SpiNNakerManchester/SupportScripts/actions/pytest@action-dash
uses: SpiNNakerManchester/SupportScripts/actions/pytest@main
with:
tests: unittests

Expand All @@ -85,7 +85,7 @@ jobs:

- name: Run rat copyright enforcement
if: matrix.python-version == 3.12
uses: SpiNNakerManchester/SupportScripts/actions/check-copyrights@action-dash
uses: SpiNNakerManchester/SupportScripts/actions/check-copyrights@main
with:
config-file: rat_asl20.xml

Expand Down

0 comments on commit e8e75f1

Please sign in to comment.