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 f1ee3c1 commit ac37d12Copy full SHA for ac37d12
.github/workflows/mypy.yml
@@ -20,4 +20,4 @@ jobs:
20
# Set fetch-depth: 0 to fetch all history for all branches and tags.
21
fetch-depth: 0 # Needed for setuptools_scm to work correctly
22
- 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
+ - run: python -m nox --non-interactive --session validate-3.13 -k mypy # Run nox for mypy
0 commit comments