Skip to content

Commit 88925a8

Browse files
authored
Merge pull request #62 from SpiNNakerManchester/test_base2
remove intro_labs reference
2 parents 562592c + 8b2d75f commit 88925a8

2 files changed

Lines changed: 2 additions & 4 deletions

File tree

.github/workflows/python_actions.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,10 +41,8 @@ jobs:
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:

integration_tests/script_builder.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

4343
if __name__ == '__main__':
4444
builder = ScriptBuilder()
45-
builder.build_intro_labs_scripts()
45+
builder.build_scripts()

0 commit comments

Comments
 (0)