Skip to content

Commit

Permalink
Try to fix MyPy GitHub Actions (#1340)
Browse files Browse the repository at this point in the history
  • Loading branch information
tleonhardt authored Oct 23, 2024
1 parent f1ee3c1 commit 4920010
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/mypy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 4920010

Please sign in to comment.