Skip to content

Commit 21543d1

Browse files
committed
renable pylint 3.13
1 parent 7180e81 commit 21543d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/python_checks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -251,7 +251,7 @@ jobs:
251251
run: flake8 ${{ inputs.flake8-packages }}
252252

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

0 commit comments

Comments
 (0)