Skip to content

Commit ac37d12

Browse files
committed
Try to fix MyPy GitHub Actions
1 parent f1ee3c1 commit ac37d12

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/mypy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,4 @@ jobs:
2020
# Set fetch-depth: 0 to fetch all history for all branches and tags.
2121
fetch-depth: 0 # Needed for setuptools_scm to work correctly
2222
- run: pip install -U --user pip setuptools setuptools-scm nox
23-
- run: python -m nox --non-interactive --session validate-${{ python-version }} -k mypy # Run nox for mypy
23+
- run: python -m nox --non-interactive --session validate-3.13 -k mypy # Run nox for mypy

0 commit comments

Comments
 (0)