Skip to content

Commit

Permalink
type: string
Browse files Browse the repository at this point in the history
  • Loading branch information
Christian-B committed May 20, 2024
1 parent 2435929 commit 0c130ac
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/python_checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,19 +23,23 @@ on:
description: >
The list of SpiNNaker dependencies to check out. Space-separated
required: true
type: string
test_directories:
description: >
The list of directories to run pytest on. Space-seperated
required: false
type: string
default: unittests
base-package:
description: >
The names of the base Python package.
Will be the one uses for coverage, plyint and mypy
required: true
type: string
flake8-packages:
description: The names of the Python packages to run flake8 on.
required: true
type: string

jobs:
build:
Expand Down

0 comments on commit 0c130ac

Please sign in to comment.