Fixing build

This commit is contained in:
Michael Lazar 2022-02-19 14:33:25 -05:00
parent 17591359db
commit dd399cb4be
1 changed files with 2 additions and 1 deletions

View File

@ -12,7 +12,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: [ "3.7", "3.8", "3.9" ]
python-version: [ "3.7", "3.8", "3.9", "3.10" ]
steps:
- name: Check out repository
uses: actions/checkout@v2
@ -24,6 +24,7 @@ jobs:
run: |
pip install .
pip install mypy pytest
mypy --install-types --non-interactive
- name: Check types
run: |
mypy --ignore-missing-imports jetforce/