Skip to content

Commit a89c92e

Browse files
committed
fix: bug fix mypy issues on Github Actions
1 parent cad5877 commit a89c92e

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

tox.ini

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,9 @@ commands =
2929
python -m pip install --upgrade pip
3030
python -m pip install --upgrade wheel
3131
py{36,37,38}: python -m pip install --upgrade mypy
32+
python -m pip install types-python-dateutil
33+
python -m pip install types-requests
34+
python -m pip install types-six
3235
{toxinidir}/scripts/ci/sdk_install
3336
{toxinidir}/scripts/ci/run_tests
3437
py{36,37,38}: mypy ask-sdk/ask_sdk
@@ -57,6 +60,9 @@ commands =
5760
python -m pip install --upgrade pip
5861
python -m pip install --upgrade wheel
5962
py{36,37,38}: python -m pip install --upgrade mypy
63+
python -m pip install types-python-dateutil
64+
python -m pip install types-requests
65+
python -m pip install types-six
6066
python {toxinidir}\scripts\ci\sdk_install
6167
python {toxinidir}\scripts\ci\run_tests
6268
mypy ask-sdk\ask_sdk

0 commit comments

Comments
 (0)