Fix mypy install.
This commit is contained in:
parent
43dfe81f66
commit
b26ba81bf6
1 changed files with 1 additions and 2 deletions
3
.github/workflows/pythonpackage.yml
vendored
3
.github/workflows/pythonpackage.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue