There was an error while loading. Please reload this page.
1 parent 8d42dd0 commit 2e6c2ebCopy full SHA for 2e6c2eb
1 file changed
.github/workflows/python_actions.yml
@@ -20,7 +20,7 @@ on: [push]
20
21
jobs:
22
call:
23
- uses: SpiNNakerManchester/SupportScripts/.github/workflows/python_checks.yml@main
+ uses: SpiNNakerManchester/SupportScripts/.github/workflows/python_checks.yml@ruff_test
24
with:
25
dependencies: >
26
SpiNNUtils SpiNNMachine SpiNNMan PACMAN spalloc
@@ -38,3 +38,4 @@ jobs:
38
# Examples are not typed to keep them easier to read
39
mypy-packages:
40
run-sphinx: false
41
+ ruff-toml: relaxed
0 commit comments