Fix mypy install.

This commit is contained in:
Jelmer Vernooij 2021-02-10 02:24:32 +00:00
parent 43dfe81f66
commit b26ba81bf6

View file

@ -20,12 +20,11 @@ jobs:
python-version: ${{ matrix.python-version }}
- name: Install dependencies
run: |
python -m pip install --upgrade pip flake8 cython mypy
python -m pip install --upgrade pip flake8 cython
python setup.py develop
- name: Style checks
run: |
python -m flake8
python -m mypy
- name: Typing checks
run: |
pip install -U mypy