Skip to content

Commit

Permalink
Merge pull request #74 from SpiNNakerManchester/action-dash
Browse files Browse the repository at this point in the history
Action dash
  • Loading branch information
Christian-B authored Feb 20, 2025
2 parents 1c224e7 + 935c8b2 commit 81489cb
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 13 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/c_actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,11 @@ jobs:
uses: SpiNNakerManchester/SupportScripts/actions/prepare@main
with:
python-version: "3.12"
checkout_dependencies: spinnaker_tools spinn_common SpiNNFrontEndCommon
install_dependencies: SpiNNUtils
install_module: false
install_check_tools: false
ubuntu_packages: doxygen gcc-arm-none-eabi
checkout-dependencies: spinnaker_tools spinn_common SpiNNFrontEndCommon
install-dependencies: SpiNNUtils
install-module: false
install-check-tools: false
ubuntu-packages: doxygen gcc-arm-none-eabi

- name: Lint C code using Vera++
# Note: run this before building to avoid linting modified_src directories
Expand Down
16 changes: 8 additions & 8 deletions .github/workflows/python_actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,19 +26,19 @@ jobs:
dependencies: >
SpiNNUtils SpiNNMachine SpiNNMan PACMAN spalloc
SpiNNFrontEndCommon SpiNNakerGraphFrontEnd TestBase
ubuntu_packages: graphviz
test_directories: unittests
ubuntu-packages: graphviz
test-directories: unittests
coverage-package: mcmc
flake8-packages: mcmc mcmc_examples
pylint-packages: mcmc mcmc_examples
mypy-packages: mcmc
check_prereleases: false
cfg_file: spiNNakerGraphFrontEnd
rat_config_file: rat.xml # mix of licenses acceptable to rat
check-prereleases: false
cfg-file: spiNNakerGraphFrontEnd
rat-config-file: rat.xml # mix of licenses acceptable to rat
rcfile: global_relaxed
pylint_exitcheck: 6 # Action fails on ERROR or WARNING
run_sphinx: false
run_cff-validator: false
pylint-exitcheck: 6 # Action fails on ERROR or WARNING
run-sphinx: false
run-cff-validator: false

# pylint mcmc mcmc_examples
# mypy mypy mcmc

0 comments on commit 81489cb

Please sign in to comment.