We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 934464f commit 7a74021Copy full SHA for 7a74021
.github/workflows/python_actions.yml
@@ -25,13 +25,13 @@ jobs:
25
dependencies: >
26
SpiNNUtils SpiNNMachine SpiNNMan PACMAN spalloc
27
SpiNNFrontEndCommon sPyNNaker
28
+ install_module: false
29
ubuntu_packages: graphviz
30
test_directories: unittests
- coverage-package: mcmc
31
+ coverage-package:
32
flake8-packages: examples balanced_random learning sudoku synfire
33
pylint-packages: examples balanced_random learning sudoku synfire
34
pylint_exitcheck: 39
35
# Examples are not types to keep them easier to read
36
mypy-packages:
- check_prereleases: false
37
run_sphinx: false
0 commit comments