Skip to content

Commit

Permalink
use correct package inputs
Browse files Browse the repository at this point in the history
  • Loading branch information
Christian-B committed Jun 3, 2024
1 parent fafa89f commit f29a5fa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/python_checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -213,14 +213,14 @@ jobs:
if: ${{ matrix.python-version != env.PRERELEASE || inputs.check_prereleases == 'true' }}
uses: SpiNNakerManchester/SupportScripts/actions/pylint@main
with:
package: ${{ inputs.coverage-package }}
package: ${{ inputs.pylint-packages }}
exitcheck: ${{ inputs.pylint_exitcheck }}
rcfile: ${{ inputs.rcfile }}
language: en_GB

- name: Lint with mypy
if: ${{ matrix.python-version != env.PRERELEASE || inputs.check_prereleases == 'true' }}
run: mypy ${{ inputs.pylint-packages }}
run: mypy ${{ inputs.mypy-packages }}

- name: Test with pytest
if: ${{ matrix.python-version != env.PRERELEASE || inputs.check_prereleases == 'true' }}
Expand Down

0 comments on commit f29a5fa

Please sign in to comment.