Skip to content

Commit

Permalink
ci: don't forget to install mypy
Browse files Browse the repository at this point in the history
  • Loading branch information
sfermigier committed Nov 18, 2019
1 parent f3417c6 commit c3d4835
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/python-checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ jobs:
run: |
python -m pip install --upgrade pip setuptools
pip install -r requirements.txt -r dev-requirements.txt .
pip install mypy
- name: Lint with flake8, mypy, etc.
run: |
flake8 olapy tests
Expand Down

0 comments on commit c3d4835

Please sign in to comment.