Skip to content

Commit

Permalink
ci: python mypy install types-requests (#706)
Browse files Browse the repository at this point in the history
  • Loading branch information
joeldodge79 authored Jun 16, 2021
1 parent 40b16de commit 6fe19d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
with:
python-version: 3.x
- run: pip install -e .
- run: pip install mypy
- run: pip install mypy types-requests
- run: mypy looker_sdk/

unit:
Expand Down

0 comments on commit 6fe19d2

Please sign in to comment.