Fixing build
This commit is contained in:
parent
17591359db
commit
dd399cb4be
|
@ -12,7 +12,7 @@ jobs:
|
||||||
strategy:
|
strategy:
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
matrix:
|
matrix:
|
||||||
python-version: [ "3.7", "3.8", "3.9" ]
|
python-version: [ "3.7", "3.8", "3.9", "3.10" ]
|
||||||
steps:
|
steps:
|
||||||
- name: Check out repository
|
- name: Check out repository
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v2
|
||||||
|
@ -24,6 +24,7 @@ jobs:
|
||||||
run: |
|
run: |
|
||||||
pip install .
|
pip install .
|
||||||
pip install mypy pytest
|
pip install mypy pytest
|
||||||
|
mypy --install-types --non-interactive
|
||||||
- name: Check types
|
- name: Check types
|
||||||
run: |
|
run: |
|
||||||
mypy --ignore-missing-imports jetforce/
|
mypy --ignore-missing-imports jetforce/
|
||||||
|
|
Loading…
Reference in New Issue