Skip to content

Commit aad8d4f

Browse files
committed
fixed git hub action
1 parent 5f253ef commit aad8d4f

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/mypycheck.yml

Lines changed: 0 additions & 4 deletions
This file was deleted.

.github/workflows/pythonpackage.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,10 @@ jobs:
2929
# exit-zero treats all errors as warnings. The GitHub editor is 127 chars wide
3030
flake8 . --count --exit-zero --max-complexity=10 --max-line-length=127 --statistics
3131
- name: install coverage
32-
run: pip install coverage
32+
run: pip install coverage
33+
- name: Mypy Check
34+
uses: jpetrucciani/[email protected]
3335
- name: Test
3436
run: bash runtests.sh
37+
38+

0 commit comments

Comments
 (0)