diff --git a/.github/workflows/mypy.yml b/.github/workflows/mypy.yml index cf1833fd..68da8826 100644 --- a/.github/workflows/mypy.yml +++ b/.github/workflows/mypy.yml @@ -20,4 +20,4 @@ jobs: # Set fetch-depth: 0 to fetch all history for all branches and tags. fetch-depth: 0 # Needed for setuptools_scm to work correctly - run: pip install -U --user pip setuptools setuptools-scm nox - - 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