Skip to content

Commit a005736

Browse files
committed
fixing mypy action
1 parent 0fb12a9 commit a005736

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/ci-cd.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,10 @@ jobs:
4747
run: python3 -m pip install -e .[test]
4848
- name: Install Extras Package
4949
run: python3 -m pip install -e ./extras[test,application,image,vendor_openxmlformats_officedocument]
50+
- name: Install missing types
51+
run: python3 -m pip install types-PyYAML
5052
- name: MyPy
51-
run: mypy --install-types --non-interactive --no-warn-unused-ignores .
53+
run: mypy --install-types --non-interactive --no-warn-unused-ignores --python-version "${{ matrix.python-version }}" .
5254
- name: Pytest
5355
run: pytest -vvs --cov fileformats --cov-config .coveragerc --cov-report xml .
5456
- name: Upload coverage to Codecov

0 commit comments

Comments
 (0)