File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4141
4242 - name : Install pip, etc
4343 uses : ./support/actions/python-tools
44-
4544 - name : Install matplotlib
4645 uses : ./support/actions/install-matplotlib
47-
4846 - name : Checkout SpiNNaker Dependencies
4947 uses : ./support/actions/checkout-spinn-deps
5048 with :
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ class ScriptBuilder(RootScriptBuilder):
2323 To skip the too_long scripts run this script with a parameter
2424 """
2525
26- def build_intro_labs_scripts (self ):
26+ def build_scripts (self ):
2727 # These scripts raise a SkipTest with the reasons given
2828 exceptions = {}
2929 exceptions ["pushbot_ethernet_example.py" ] = "Needs a physical pushbot"
@@ -42,4 +42,4 @@ def build_intro_labs_scripts(self):
4242
4343if __name__ == '__main__' :
4444 builder = ScriptBuilder ()
45- builder .build_intro_labs_scripts ()
45+ builder .build_scripts ()
You can’t perform that action at this time.
0 commit comments