ci: if matrix.python-version

This commit is contained in:
scito
2022-12-29 22:04:52 +01:00
parent 45a9693586
commit d5a088135e

View File

@@ -48,6 +48,6 @@ jobs:
run: |
mypy --install-types --non-interactive *.py
mypy --strict *.py
if: ${{ matrix.python-version }} == '3.x'
if: matrix.python-version == '3.x'
- name: Test with pytest
run: pytest