Skip to content

Commit adc8c10

Browse files
[CHANGE] Implements code review changes - AIL-44
1 parent 2ac806e commit adc8c10

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,8 @@ jobs:
3434
with:
3535
python-version: '3.9'
3636

37-
- name: Install Mypy Dependencies
38-
run: pip install mypy
37+
- name: Install Test Dependencies
38+
run: pip install .[test]
3939

4040
- name: Type Checking with Mypy
4141
run: mypy

setup.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,14 @@
1919
]
2020

2121
TEST_REQUIRES = [
22+
'mypy',
2223
'pre-commit',
2324
'pytest >=4.6.6',
2425
'pytest-cov >=2.8.1',
2526
'pytest-subtests',
2627
'responses >=0.8.1',
2728
'types-requests',
29+
'types-Jinja2',
2830
'mypy',
2931
]
3032

0 commit comments

Comments
 (0)