Skip to content

Commit

Permalink
Add missing packages to github checks
Browse files Browse the repository at this point in the history
  • Loading branch information
jpflouret committed Aug 9, 2021
1 parent 96aa916 commit 7cfa8fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
python-version: 3.x
- run: |
pip install --upgrade pip
pip install black==21.7b0 flake8==3.9.2 mypy==v0.910
pip install black==21.7b0 flake8==3.9.2 mypy==v0.910 types-pytz types-requests typing-extensions
black --diff --check iqtrade tests examples
flake8 iqtrade tests examples
mypy iqtrade tests examples

0 comments on commit 7cfa8fa

Please # to comment.