We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7180e81 commit 21543d1Copy full SHA for 21543d1
.github/workflows/python_checks.yml
@@ -251,7 +251,7 @@ jobs:
251
run: flake8 ${{ inputs.flake8-packages }}
252
253
- name: Lint with pylint
254
- if: ${{ matrix.python-version != 3.13 || inputs.check_prereleases == 'true' }}
+ if: ${{ matrix.python-version != env.PRERELEASE || inputs.check_prereleases == 'true' }}
255
uses: SpiNNakerManchester/SupportScripts/actions/pylint@main
256
with:
257
package: ${{ inputs.pylint-packages }}
0 commit comments