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 843d088 commit 7b4b043Copy full SHA for 7b4b043
.github/workflows/ci.yml
@@ -41,7 +41,7 @@ jobs:
41
python -m ruff format --check .
42
43
- name: Run type checking with mypy
44
- run: python -m mypy src tests
+ run: python -m mypy --python-version=${{ matrix.python-version }} src tests
45
46
- name: Run tests with pytest
47
run: python -m pytest -v --cov=nutrient_dws --cov-report=xml --cov-report=term
0 commit comments