Skip to content

Commit 0d7e123

Browse files
committed
matrix.python-version != "3.13.5"
1 parent e55256b commit 0d7e123

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
@@ -257,7 +257,7 @@ jobs:
257257
run: mypy --python-version ${{ matrix.python-version }} ${{ inputs.mypy-packages }}
258258

259259
- name: Lint with mypy using disallow-untyped-def
260-
if: ${{ (matrix.python-version != env.PRERELEASE || inputs.check-prereleases == 'true') && inputs.mypy-full-packages != '' }}
260+
if: ${{ matrix.python-version != "3.13.5" && (matrix.python-version != env.PRERELEASE || inputs.check-prereleases == 'true') && inputs.mypy-full-packages != '' }}
261261
run: mypy --python-version ${{ matrix.python-version }} --disallow-untyped-defs ${{ inputs.mypy-full-packages }}
262262

263263
- name: Lint with flake8

0 commit comments

Comments
 (0)