Skip to content

Commit

Permalink
Merge pull request #266 from SpiNNakerManchester/use_build
Browse files Browse the repository at this point in the history
github action fixes
  • Loading branch information
Christian-B authored Jul 12, 2024
2 parents 98b30a1 + 30d39c0 commit a798e7b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/python_actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,5 @@ jobs:
coverage-package: spinn_machine
flake8-packages: spinn_machine unittests
pylint-packages: spinn_machine
mypy-packages: spinn_machine
mypy-packages: spinn_machine unittests
secrets: inherit
2 changes: 1 addition & 1 deletion unittests/test_machine.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"""
test for testing the python representation of a spinnaker machine
"""
from testfixtures import LogCapture
from testfixtures import LogCapture # type: ignore[import]
import unittest
from spinn_utilities.config_holder import set_config
from spinn_utilities.testing import log_checker
Expand Down

0 comments on commit a798e7b

Please sign in to comment.