ci: use ${{ }} for mypy python check
This commit is contained in:
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@@ -48,6 +48,6 @@ jobs:
|
|||||||
- name: Type checking with mypy
|
- name: Type checking with mypy
|
||||||
run: |
|
run: |
|
||||||
mypy --strict *.py
|
mypy --strict *.py
|
||||||
if: matrix.python-version == '3.x'
|
if: ${{ matrix.python-version == '3.x' }}
|
||||||
- name: Test with pytest
|
- name: Test with pytest
|
||||||
run: pytest
|
run: pytest
|
||||||
|
|||||||
Reference in New Issue
Block a user