From 492001017b00391ba71bbbc8c46ce0303af0b8b8 Mon Sep 17 00:00:00 2001 From: Todd Leonhardt Date: Tue, 22 Oct 2024 21:40:55 -0400 Subject: [PATCH] Try to fix MyPy GitHub Actions (#1340) --- .github/workflows/mypy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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