Skip to content

Commit 7b4b043

Browse files
msch-nutrientclaude
andcommitted
Fix MyPy Python version in CI to match matrix version
🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <[email protected]>
1 parent 843d088 commit 7b4b043

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
python -m ruff format --check .
4242
4343
- name: Run type checking with mypy
44-
run: python -m mypy src tests
44+
run: python -m mypy --python-version=${{ matrix.python-version }} src tests
4545

4646
- name: Run tests with pytest
4747
run: python -m pytest -v --cov=nutrient_dws --cov-report=xml --cov-report=term

0 commit comments

Comments
 (0)