updated to install mypy type
This commit is contained in:
@@ -25,4 +25,6 @@ jobs:
|
|||||||
- name: PEP8 check
|
- name: PEP8 check
|
||||||
run: flake8 ./code --benchmark
|
run: flake8 ./code --benchmark
|
||||||
- name: Type check
|
- name: Type check
|
||||||
run: mypy ./code
|
run: |
|
||||||
|
python3 -m pip install types-python-dateutil
|
||||||
|
mypy ./code
|
||||||
@@ -24,7 +24,9 @@ jobs:
|
|||||||
- name: PEP8 check
|
- name: PEP8 check
|
||||||
run: flake8 ./code --benchmark
|
run: flake8 ./code --benchmark
|
||||||
- name: Type check
|
- name: Type check
|
||||||
run: mypy ./code
|
run: |
|
||||||
|
python3 -m pip install types-python-dateutil
|
||||||
|
mypy ./code
|
||||||
publish:
|
publish:
|
||||||
name: Publish
|
name: Publish
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|||||||
Reference in New Issue
Block a user