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
|
||||
run: |
|
||||
mypy --strict *.py
|
||||
if: matrix.python-version == '3.x'
|
||||
if: ${{ matrix.python-version == '3.x' }}
|
||||
- name: Test with pytest
|
||||
run: pytest
|
||||
|
||||
Reference in New Issue
Block a user