Skip to content

Merge pull request #94 from SpiNNakerManchester/download_region #516

Merge pull request #94 from SpiNNakerManchester/download_region

Merge pull request #94 from SpiNNakerManchester/download_region #516

# Copyright (c) 2020 The University of Manchester
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation, either version 3 of the License, or
# (at your option) any later version.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with this program. If not, see <https://www.gnu.org/licenses/>.
name: Python Actions
on: [push]
jobs:
call:
uses: SpiNNakerManchester/SupportScripts/.github/workflows/python_checks.yml@main
with:
dependencies: >
SpiNNUtils SpiNNMachine SpiNNMan PACMAN spalloc
SpiNNFrontEndCommon sPyNNaker TestBase
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