Skip to content

Commit

Permalink
renable pylint 3.13
Browse files Browse the repository at this point in the history
  • Loading branch information
Christian-B committed Dec 19, 2024
1 parent 7180e81 commit 21543d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python_checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -251,7 +251,7 @@ jobs:
run: flake8 ${{ inputs.flake8-packages }}

- name: Lint with pylint
if: ${{ matrix.python-version != 3.13 || inputs.check_prereleases == 'true' }}
if: ${{ matrix.python-version != env.PRERELEASE || inputs.check_prereleases == 'true' }}
uses: SpiNNakerManchester/SupportScripts/actions/pylint@main
with:
package: ${{ inputs.pylint-packages }}
Expand Down

0 comments on commit 21543d1

Please sign in to comment.