Skip to content

Commit b853d9f

Browse files
authored
Merge pull request #6 from SpiNNakerManchester/action-dash
Action dash
2 parents 019bf7c + 081382d commit b853d9f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/python_actions.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
run: pip install pytest nbmake
5050

5151
- name: Install Spinnaker Dependencies
52-
uses: ./support/actions/install-spinn-deps
52+
uses: SpiNNakerManchester/SupportScripts/actions/install-spinn-deps@main
5353
with:
5454
repositories: >
5555
SpiNNUtils SpiNNMachine SpiNNMan PACMAN spalloc
@@ -63,7 +63,7 @@ jobs:
6363
# uses: ./support/actions/pynn-setup
6464

6565
- name: Create a spynnaker.cfg
66-
uses: ./support/actions/configure-spynnaker
66+
uses: SpiNNakerManchester/SupportScripts/actions/configure-spynnaker@main
6767
with:
6868
virtual: true
6969

0 commit comments

Comments
 (0)