Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Action dash #98

Merged
merged 10 commits into from
Feb 20, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .github/workflows/c_actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,22 +36,22 @@ jobs:
repository: SpiNNakerManchester/SupportScripts
path: support
- name: Checkout Spinnaker Dependencies
uses: ./support/actions/install-spinn-deps
uses: SpiNNakerManchester/SupportScripts/actions/install-spinn-deps@main
with:
# Note: SpiNNUtils needed for spinn_utilities.make_tools
repositories: >
spinnaker_tools spinn_common SpiNNFrontEndCommon sPyNNaker

- name: "Prepare: Install SpiNNUtils"
uses: ./support/actions/install-spinn-deps
uses: SpiNNakerManchester/SupportScripts/actions/install-spinn-deps@main
with:
# Note: SpiNNUtils needed for spinn_utilities.make_tools
repositories: SpiNNUtils
install: true

- name: Lint C code using Vera++
# Note: run this before building to avoid linting modified_src directories
uses: ./support/actions/vera
uses: SpiNNakerManchester/SupportScripts/actions/vera@main
with:
base-dir: c_code

Expand Down
12 changes: 6 additions & 6 deletions .github/workflows/python_actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,14 +23,14 @@ jobs:
dependencies: >
SpiNNUtils SpiNNMachine SpiNNMan PACMAN spalloc
SpiNNFrontEndCommon sPyNNaker TestBase
install_module: true
pip_installs: pytest
test_directories: unittests
install-module: true
pip-installs: pytest
test-directories: unittests
coverage-package: spinn_gym
flake8-packages: examples spinn_gym integration_tests
pylint-packages: examples spinn_gym integration_tests
pylint-disable: R, invalid-name, missing-class-docstring, missing-function-docstring, wrong-spelling-in-comment, wrong-spelling-in-docstring
mypy-packages: examples spinn_gym integration_tests
run_sphinx: false
cfg_file: spynnaker
rat_config_file: rat_gpl3.xml
run-sphinx: false
cfg-file: spynnaker
rat-config-file: rat_gpl3.xml
Loading